I need to get the exact sentence, with the quotes:

 

OPTIONS COORDSYS("Surface1"  AS COMPONENT);

 

but this:

 

options(useFancyQuotes = F)

paste("OPTIONS COORDSYS(", dQuote("Surface 1"),  "AS COMPONENT);" )

 

give me this:

 

[1] "OPTIONS COORDSYS( \"Surface 1\" AS COMPONENT);"

 

And it's not readable as SpatialSQL code by GIS

 

How to deal with this problem?

____________

Paulo E. Cardoso

 

 

____________

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.

Reply via email to