| add_count | R Documentation |
These functions operate on groups of rows (documents) of quanteda objects, typically counting or summarising documents by group.
x |
a quanteda corpus object |
... |
additional arguments passed to methods |
add_count() and add_tally() add a document variable containing the count
of observations in each group. See dplyr::add_count() for more details.
A corpus with an additional document variable containing counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.