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. eac
\"rrkn\"
\"r\"
\"k\"
\"n\"
Another solution to use rawToChar(unique(charToRaw(x))).
rawToChar(unique(charToRaw(x)))