View source: R/parse_functions.R
normalize_counts | R Documentation |
Normalize to counts per 1,000 tokens
normalize_counts(counts)
counts |
Data frame with numeric columns for counts of token, with one
row per document. Must include a |
counts
data frame with counts normalized to rate per 1,000 tokens,
and tot_counts
column removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.