Displaying 1 result from an estimated 1 matches for "coordsi".
Did you mean:
coords
2009 Jul 15
1
Quotes - useFancyQuotes
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