Description Usage Arguments Value
View source: R/term-analysis.R
term_counts
counts the occurences and computes shares of unique
term
s in a text source. Expects the result of
terms_by_date
or its variations as input.
1 | term_counts(termsByDate)
|
termsByDate |
a dataframe as returned by |
a dataframe with three columns listing all unique term
s in the
provided text source, where n_term
is the total number of occurences
in the text source and term_share
the share relative to all other
terms; if no stemming has been applied the term and token in the result are
identical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.