The Indicator Vocabulary codelist defines a range of external codelists which themselves provide codes and descriptions for indicators, for example to specify results.

IndicatorVocabulary

Format

A data frame with 10 rows and 6 variables:

code

double COLUMN_DESCRIPTION

name

character COLUMN_DESCRIPTION

description

logical COLUMN_DESCRIPTION

category

logical COLUMN_DESCRIPTION

url

character COLUMN_DESCRIPTION

status

character COLUMN_DESCRIPTION

Source

https://iatistandard.org/en/iati-standard/203/codelists/

Examples

{ head(IndicatorVocabulary,10) }
#> # A tibble: 10 x 6 #> code name description category url status #> <dbl> <chr> <lgl> <lgl> <chr> <chr> #> 1 1 WHO Registry NA NA http://apps.who.int/gho… active #> 2 2 Sphere Handbook NA NA http://www.spherehandbo… active #> 3 3 US Foreign Assist… NA NA http://www.state.gov/s/… active #> 4 4 World Bank World … NA NA http://data.worldbank.o… active #> 5 5 UN Millennium Dev… NA NA http://mdgs.un.org/unsd… active #> 6 6 UNOCHA Humanitari… NA NA https://www.humanitaria… active #> 7 7 HIV/AIDS Indicato… NA NA http://www.indicatorreg… active #> 8 8 Harmonized Indica… NA NA https://indicators.ifip… active #> 9 9 UN Sustainable De… NA NA https://unstats.un.org/… active #> 10 99 Reporting Organis… NA NA NA active