[R] convert delimited string to vector

Henrique Dallazuanna wwwhsd at gmail.com
Mon Mar 31 16:14:24 CEST 2008


Or:

scan(textConnection("a, b, c"), what="character", sep=",")

On 31/03/2008, Brad Christoffersen <bchristo at email.arizona.edu> 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
>
>  ______________________________________________
>  R-help at 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.
>


-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O



More information about the R-help mailing list