I wish to write "" using paste(), but
> paste("\"","Hola","\"",sep="") [1] "\"Hola\"" > while the same approach works with '' > paste("\'","Hola","\'",sep="") [1] "'Hola'" why this difference? how could I do it to get "Hola" ? Thanks Agus -- Dr. Agustin Lobo Institut de Ciencies de la Terra "Jaume Almera" (CSIC) LLuis Sole Sabaris s/n 08028 Barcelona Spain Tel. 34 934095410 Fax. 34 934110012 email: agustin.l...@ija.csic.es http://www.ija.csic.es/gt/obster ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.