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 is the trick to do that.
Thanks,
Philippe --
--------------------------------------------------
Philippe Hup� Institut Curie - Equipe Bioinformatique 26, rue d'Ulm - 75005 PARIS France +33 (0)1 44 32 42 75
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
