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 string.
A character vector.
# NOT RUN { str_to_vec("abcdef") # }
Run the code above in your browser using DataLab