Description Usage Arguments Value Examples
View source: R/extract_identifiers.R
Extract identifiers from ads.txt files, typically downloaded with 'nwd_get_ads()'
1 |
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. |
Nothing, used for its side effects, i.e. storing identifiers in csv format by language in the 'ads_identifiers_csv' folder.
1 2 3 4 | ## Not run:
nwd_extract_identifiers_from_ads()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.