powered by
Go from a string to a vector whose \(i\)th element is the \(i\)th character in the string.
StringToVec(string)
A string.
A character vector.
StringToVec("abcdef")
Run the code above in your browser using DataLab