iadbstats: Pull the data for some indicators and countries.

Description Usage Arguments Value Examples

View source: R/iadbstats.R

Description

Data frame with the data of the specified indicators and countries All countries and All indicators cannot be requested When All indicators data is requested, data can be requested for a maximum of 4 countries When All country data is requested, data can be requested for a maximum of 10 indicators (see iadbstats.list)

Usage

1
iadbstats(country = "ALL", frequency = "year", indicatorcode = "ALL")

Arguments

country

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

frequency

Character string. Frequency of the indicators Year for yearly.

indicatorcode

codes of the indicators separated by comma. 'All' for all the indicators

Value

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

Examples

1
2
iadbstats(country="COL",frequency="year",indicatorcode="SOC_050")
iadbstats(country="ARG,COL",frequency="year",indicatorcode="SOC_050")

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