Let's say that I have a string "rrkn"
. Is there a function in R that'll return a vector "r"
, "k"
, "n"
(i.e. each unique character in the string)?
Let's say that I have a string "rrkn"
. Is there a function in R that'll return a vector "r"
, "k"
, "n"
(i.e. each unique character in the string)?