Displaying 1 result from an estimated 1 matches for "277951".
Did you mean:
27751
2003 Sep 11
4
how to insert a double quote with the paste function?
Hello,
I would like to write in a variable the following string :
Hello "World"
If I do cat("Hello ","\"World\""), I have the good result on the screen
but it can not be affected to a variable. If I do the same thing with
paste paste("Hello ","\"World\"") it does not work since \" seems to be
not recognized. So what