Description Usage Arguments Value Examples
Returns vector of tokens, tokenized by character
1 | char_tokenizer(input)
|
input |
String to tokenize |
vector of characters
1 2 | char_tokenizer('hello')
# c("h", "e", "l", "l", "o")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.