Description Usage Arguments Value Examples
collect all unique tokens in the full set of tokens. Returns a character vector of the unique tokens across all entries.
1 | vocab_tokens(tokens)
|
tokens |
a list of tokenized entries |
a character vector containing each unique token entry that appears in tokenized document.
1 | vocab_tokens( list( c( 'first', 'entr', 'doc' ), c('second', 'entr', 'doc') ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.