nwd_get_ads: Download ads.txt in relevant sub-folder.

Description Usage Arguments Value

View source: R/get_ads.R

Description

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.

Usage

1
2
3
4
5
6
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.


giocomai/networkedwebsitesdetector documentation built on Jan. 22, 2021, 5:42 p.m.