convert_ind_codes: Convert indicator codes between types

View source: R/data_access.R

convert_ind_codesR Documentation

Convert indicator codes between types

Description

convert_ind_codes() allows easy conversion of indicator codes from dashboard IDs, xMart IDs, and GHO codes.

Usage

convert_ind_codes(
  ind_codes,
  from = c("dashboard_id", "ind", "gho_code"),
  to = c("dashboard_id", "ind", "gho_code")
)

Arguments

ind_codes

Character vector of indicator codes

from

Type of code being passed to convert_ind_codes().

to

Type of code to return.

Value

A character vector.

See Also

Functions to access metadata billion_ind_codes(), get_country_shares(), get_ind_billion(), get_ind_metadata(), get_sdi_ratio(), indicator_df


gpw13/billionaiRe documentation built on Sept. 27, 2024, 10:05 p.m.