load.WB.medatada: Download updated indicator metadata from World Bank API

View source: R/src_WorldBank.R

load.WB.medatadaR Documentation

Download updated indicator metadata from World Bank API

Description

Download updated indicator metadata from World Bank API

Usage

load.WB.medatada(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 metadata

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. The options for lang are:

  • en: English

  • es: Spanish

Examples

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

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