powered by
These functions operate on groups of rows (documents) of quanteda objects, typically counting or summarising documents by group.
A corpus with an additional document variable containing counts.
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.
add_count()
add_tally()
dplyr::add_count()