[R] Regexp question

johannes rara johannesraja at gmail.com
Wed Nov 17 20:59:47 CET 2010


I have a vector like this:

a <- c("thisIsName", "thisIsAlsoName", "andThisName")

How to break this into pieces and produce a vector with unique parts:

this
Is
Name
Also
and
This

-J



More information about the R-help mailing list