Extract domain names from pre-processed tweets

nwd_extract_domains(language = NULL, date = NULL)

Arguments

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`

Value

A data.frame (a tibble) with one column corresponding to the domain names found on a given date.

Examples