[R] paste (" " x " ")

Thomas Roth (geb. Kaliwe) hamstersquats at web.de
Tue Jul 14 20:44:50 CEST 2009


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




More information about the R-help mailing list