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