Description Usage Arguments Value
View source: R/qf_emm_newsbrief.R
Extract most frequently used entities in emm newsbrief items
1 2 3 4 5 6 7 |
language |
A character vector of language two letter codes. Defaults to NULL. If NULL, processes available languages. |
days |
An integer. How many days back in time should be considered, starting from today (0 means today only, 1 means yesterday, etc.) |
date |
Only news downloaded in the given date will be considered. Defaults to all available dates. |
n |
An integer. Number of entities to keep. Defaults to 'Inf' (i.e. keeps all entities, ordered by frequency). |
A data.frame (a tibble) with 'n' number of rows and two columns, 'words' and 'n' for number of occurrences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.