Description Usage Arguments Value
Load all identifiers_df
1 2 3 4 5 6 7 8 |
language |
A character vector of language two letter codes. |
long |
Logical, defaults to TRUE. If TRUE, returns a tidy data drame in the long format. If FALSE, return a wide dataframe with a column for each identifiers, and id included as lists. |
store |
Logical, defaults to TRUE. Should the output be stored locally as a dated file in the 'identifiers_long/language' folder? |
cache |
Logical, defaults to TRUE. If already processed on the same date, should it just load the lastest stored files? |
keep_duplicates |
Logical, defaults to FALSE. If FALSE, if the same web page has been downloaded on multiple dates, it keeps only the first instance when a given identifier was found. If TRUE, it keeps one row per available date. |
A data.frame (a tibble), made of data frames typically generated with 'extract_identifiers()'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.