On Wed, Aug 26, 2009 at 12:47 PM, hadley wickham - > I think you're missing some quotes: > cat(do.call("paste",c(x2,sep='","'))[1], "\n")
Thanks - the strings are actually substrings of larger strings (specifically, SQL statements), which will wrap with the leading and trailing quotes (though I should have pointed this out in my original post). ______________________________________________ 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.