Description Usage Arguments Value
View source: R/qf_emm_newsbrief.R
Extract most frequently used words from news titles
1 |
language |
A character vector of language two letter codes. Defaults to NULL. If NULL, processes available languages. |
date |
Only news downloaded in the given date will be considered. Defaults to current day. To get data for the previous day, use 'Sys.Date()-1' |
n |
An integer. Number of words to keep. Defaults to 'Inf' (i.e. keeps all words, 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.