Download ads.txt by url in relevant sub-folder, divide by date of download. By default, does not overwrite, and shuffles the order in which given domain names are downloaded.

nwd_get_ads(
  domain = NULL,
  language = NULL,
  shuffle = TRUE,
  since = Sys.Date() - 91
)

Arguments

domain

A character vector of one or more domain names.

since

A date. Passed to `nwd_check_if_exists()`. Only domains that have not been downloaded since the given date are downloaded.

Value

Nothing, used for its side effects.

Examples