Re: [R] switching off commands within character vector

2011-09-20 Thread Marion Wenty
hello, thank you for your answer! yes, now it is working! marion 2011/9/19 Duncan Murdoch > On 11-09-19 7:30 AM, Marion Wenty wrote: > >> Hello, >> >> could someone help me with this problem?: >> >> I would like to create a latex-script inside of a character vector in >> order >> to being able t

Re: [R] switching off commands within character vector

2011-09-19 Thread Duncan Murdoch
On 11-09-19 7:30 AM, Marion Wenty wrote: Hello, could someone help me with this problem?: I would like to create a latex-script inside of a character vector in order to being able to compilate it within latex in the end. if i try the following commands: l1<- "Hello world" latexscript<- paste(

[R] switching off commands within character vector

2011-09-19 Thread Marion Wenty
Hello, could someone help me with this problem?: I would like to create a latex-script inside of a character vector in order to being able to compilate it within latex in the end. if i try the following commands: l1 <- "Hello world" latexscript <- paste("\c",l1,"\c") ... I get an error message