Description Usage Arguments Value Examples
collect all unique tokens in the full set of docs which serve as the base vocabulary for the corpus. Returns a character vector of the unique tokens across all entries in the docs.
1 | vocab_docs(docs)
|
docs |
a vector or list of text samples |
a character vector containing each unique token entry that appears in the docs.
1 | vocab_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.