add_wbstats_registry_series: Add Or Update One World Bank Registry Entry

View source: R/wbstats_data.R

add_wbstats_registry_seriesR Documentation

Add Or Update One World Bank Registry Entry

Description

Add Or Update One World Bank Registry Entry

Usage

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()
)

Arguments

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.

Value

The added or updated row as a data.table.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.