Description Usage Arguments Value Examples
Convert a string into a vector of characters
| 1 | str_tokenize(word)
 | 
| word | a string | 
a vector of characters in the string
| 1 2 | str_tokenize("letters")
# c("l", "e", "t", "t", "e", "r", "s")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.