Extract identifiers from ads.txt files, typically downloaded with `nwd_get_ads()`

nwd_extract_identifiers_from_ads(language = NULL, sample = NULL)

Arguments

language

A character vector of length one corresponding to a language two-letter code. Defaults to NULL. If NULL, processes available language. If more than one, throws error.

sample

Defaults to NULL. If given, it processess only a sample of the available files of the size given with this parameter.

Value

Nothing, used for its side effects, i.e. storing identifiers in csv format by language in the `ads_identifiers_csv` folder.

Examples

if (FALSE) { nwd_extract_identifiers_from_ads() }