meta_indicators: Download updated indicator information from World Bank API,...

View source: R/ai_cache.R

meta_indicatorsR Documentation

Download updated indicator information from World Bank API, Numbers for Development API and No Celings

Description

Download updated information on available indicators from from World Bank API, Numbers for Development API and No Celings

Usage

meta_indicators(lang = c("en", "es"))

Arguments

lang

Language in which to return the results. If lang is unspecified, english is the default.

Value

A data frame of available indicators with related information

Note

Not all data returns have support for langauges other than english. If the specific return does not support your requested language by default it will return NA. For an enumeration of supported languages by data source please see TODO. The options for lang are:

  • en: English

  • es: Spanish

Examples

# default is english. To specific another language use argument lang
meta_indicators(lang = "es")

EL-BID/Agregador-de-indicadores documentation built on Sept. 15, 2024, 7:43 p.m.