Extract domain names from pre-processed tweets
nwd_extract_domains(language = NULL, date = NULL)
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` |
A data.frame (a tibble) with one column corresponding to the domain names found on a given date.