maybe this helps

x = "\"test\""
plot(1:10, main = x)   #heading contains " "

#or

cat("\"test\"")

Thomas Roth

Paulo E. Cardoso schrieb:
maybe a very basic question but I need to parse an SQL code into a GIS from
a ODBC conn.

The code includes a specific sentence

OPTIONS COORDSYS("Latitude / Longitude");

and I need the " " pasted into the string. They cannot disappear.

how to do this?

____________

Paulo E. Cardoso


        [[alternative HTML version deleted]]

______________________________________________
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.



______________________________________________
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.

Reply via email to