| make_vocab | R Documentation | 
Create a vocab of 'max_vocab' size from 'Counter' 'count' with items present more than 'min_freq'
make_vocab(count, min_freq = 3, max_vocab = 60000, special_toks = NULL)
count | 
 count  | 
min_freq | 
 min_freq  | 
max_vocab | 
 max_vocab  | 
special_toks | 
 special_toks  | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.