Or:
scan(textConnection("a, b, c"), what="character", sep=",")
On 31/03/2008, Brad Christoffersen <[EMAIL PROTECTED]> wrote:
> Hi R Users,
>
> Simple question: How might I convert the text "a, b, c" (or for that matter
> "a
> b c" with any delimiter - space, comma, etc.) into a 3-element char
On 3/31/2008 9:43 AM, Brad Christoffersen wrote:
> Hi R Users,
>
> Simple question: How might I convert the text "a, b, c" (or for that matter
> "a
> b c" with any delimiter - space, comma, etc.) into a 3-element character
> vector?
>
> [1] a b c
>
> Thanks,
> Brad
unlist(strsplit("a b c", sp
Hi R Users,
Simple question: How might I convert the text "a, b, c" (or for that matter "a
b c" with any delimiter - space, comma, etc.) into a 3-element character
vector?
[1] a b c
Thanks,
Brad
__
R-help@r-project.org mailing list
https://stat.ethz.
3 matches
Mail list logo