iadbstats.list: Pull the data for a vector of indicators and ALL the...

Description Usage Arguments Value Examples

View source: R/iadbstats.R

Description

Data frame with the data of the specified indicators and countries

Usage

1
iadbstats.list(frequency = "year", indicatorCodes, country = "ALL")

Arguments

frequency

Character string. Frequency of the indicators Year for yearly.

indicatorCodes

vector of indicator codes c("SOC_050","SOC_057")

country

Character string. ISO3 code of the countries. E.g COL for Colombia or 'ALL' for all the countries

Value

Data frame with CountryCode, CountryTableName, IndicatorCode, IndicatorName, TopicName, SubTopicName, Year, Quarter, AggregationLevel, AggregatedValue, UOM

Examples

1
2
codes=c("SOC_050","SOC_057")
iadbstats.list(indicatorCodes=codes)

arcuellar88/iadbstats documentation built on May 24, 2019, 3:03 a.m.