| add_wbstats_registry_series | R Documentation |
Add Or Update One World Bank Registry Entry
add_wbstats_registry_series(
indicator,
country = NULL,
freq = "Y",
main_group = NA_character_,
label = NA_character_,
notes = NA_character_,
active = TRUE,
registry_path = get_wbstats_registry_file_path()
)
indicator |
World Bank indicator code. |
country |
Country or aggregate code. |
freq |
Frequency code. |
main_group |
Optional grouping label. |
label |
Optional display label. |
notes |
Optional free-text notes. |
active |
Logical flag stored in the registry. |
registry_path |
Optional registry JSON path. |
The added or updated row as a data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.