[R] How to unquote string in R
lord12
trexinsd at yahoo.com
Wed Nov 3 17:13:21 CET 2010
s= "Hey"
a = "Hello"
table = rbind(s,a)
write.table(table,paste("blah",".PROPERTIES",sep = ""),row.names =
FALSE,col.names = FALSE)
In my table, how do I output only the words and not the words with the
quotations?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-unquote-string-in-R-tp3025654p3025654.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list