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