Go from a string to a vector whose ith element is the ith character in the string.
str_to_vec(string)
string
A string.
A character vector.
str_to_vec("abcdef")