[R] separate commands by semicolon
Adrian Dușa
dusa.adrian at unibuc.ro
Thu Sep 15 22:02:26 CEST 2016
On Thu, Sep 15, 2016 at 10:28 PM, William Dunlap <wdunlap at tibco.com> wrote:
> The most reliable way to split such lines is with parse(text=x).
> Regular expressions don't do well with context-free grammars.
>
Oh, that's right of course.
> as.character(parse(text = x))
[1] "foo <- \"3;4\"" "bar <- \"don't ; use semicolons\""
That was simple enough, thanks very much,
Adrian
--
Adrian Dusa
University of Bucharest
Romanian Social Data Archive
Soseaua Panduri nr.90
050663 Bucharest sector 5
Romania
[[alternative HTML version deleted]]
More information about the R-help
mailing list