Skip to contents

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.