| get_source_data_wbstats | R Documentation |
Downloads indicator data using the wbstats package and standardizes it to
a package-native long schema.
get_source_data_wbstats(
indicator,
country = "countries_only",
start_date = NULL,
end_date = NULL,
mrv = NULL,
mrnev = NULL,
cache = NULL,
freq = "Y",
gapfill = FALSE,
date_as_class_date = FALSE,
lang = NULL
)
indicator |
World Bank indicator code. |
country |
Country or aggregate code. |
start_date |
Optional start date. |
end_date |
Optional end date. |
mrv |
Optional number of most recent values. |
mrnev |
Optional number of most recent non-empty values. |
cache |
Optional cache object passed to |
freq |
Frequency code: |
gapfill |
Logical passed to |
date_as_class_date |
Logical passed to |
lang |
Optional language code. |
Standardized data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.