str_to_vec {strex} | R Documentation |
Convert a string to a vector of characters
Description
Go from a string to a vector whose i
th element is the i
th
character in the string.
Usage
str_to_vec(string)
Arguments
string |
A character vector. |
Value
A character vector.
Examples
str_to_vec("abcdef")
[Package strex version 2.0.0 Index]