How would like to print this text <th scope="row">
in a paste function. Because I need to escape the quotation marks, I have tried this
paste("<th scope=\"row\">")
[1] "<th scope=\"row\">"
I also tried to follow the golden rule from the first comment to this question How to escape a backslash in R?, i.e. adding slashes until it works. But it did not.