Description Usage Arguments Value Examples
Returns vector of tokens, tokenized by word
1 | word_tokenizer(input)
|
input |
String to tokenize |
vector of words
1 2 | word_tokenizer('hello world and etc.')
# c("hello", "world", "and", "etc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.