Description Usage Arguments Value Examples
performs vectorized tokenization for each entry of the document
1 | tokenize_docs(docs)
|
docs |
a vector or list of text samples |
a list of tokenized results for each each entry in the doc
1 | tokenize_docs( c('First entry of the doc,', 'Second entry of the doc.') )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.