Skip to content
Prev 97390 / 398498 Next

Sweave special token \\ from R to latex

On Fri, 2006-08-04 at 14:40 +0200, Jan Wijffels wrote:
In R, the "\" is an escape character, so to get a single "\" output, you
actually need to double it, "\\".

Thus, to get "\\" output as part of a character vector, you would need
"\\\\":
blablabla \\ blablabla on different line


HTH,

Marc Schwartz