gov360stats: Pull the data for some indicators and countries.

Description Usage Arguments Value Examples

View source: R/govdata360stats.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
gov360stats(country = "ALL", dateRange = "2010", indicatorcode = "ALL")

Arguments

country

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

dateRange

Character string. Range of years of the indicators

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
gov360stats(country="COL",dateRange="2010",indicatorcode="27712")
gov360stats(country="ARG,COL",dateRange="2010,2011",indicatorcode="27712")

arcuellar88/govdata360R documentation built on May 4, 2019, 3:19 p.m.