[R] Creating/Reading a complex string in R

Duncan Murdoch murdoch.duncan at gmail.com
Wed Jul 19 18:05:06 CEST 2017


On 19/07/2017 11:41 AM, Jeff Newmiller wrote:
> I think the whole premise of this question is flawed. If you want to work with this string as data,  then read it in from a separate file using readLines. If it is fixed data that you want to be part of your program, then invest the effort to escape the odd characters and be done with it. But using backticks is a bad idea because they ate not just another kind of quote.
>

I agree.

Duncan Murdoch



More information about the R-help mailing list