Re: [R] create string with " using paste.

2011-03-29 Thread Henrique Dallazuanna
Try this: cat("Double quotes: \"\n") On Tue, Mar 29, 2011 at 4:18 PM, Praveen Surendran wrote: > Hi, > > I am trying to create a string -      Double quotes : " > using paste. > > a command something like paste('Double','quotes : \"',sep=" ") prints > "Double quotes : \"" where backslash is also

[R] create string with " using paste.

2011-03-29 Thread Praveen Surendran
Hi, I am trying to create a string - Double quotes : " using paste. a command something like paste('Double','quotes : \"',sep=" ") prints "Double quotes : \"" where backslash is also printed. Is there a way to print just "? Regards, Praveen. [[alternative HTML version deleted]]