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

Description Usage Arguments Value Examples

View source: R/govdata360stats.R

Description

Data frame with the data of the specified indicators and countries

Usage

1
gov360stats.list(dateRange = "ALL", pIndicators, pCountry = "ALL")

Arguments

dateRange

Character string. Range of years of the indicators

country

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

indicatorCodes

vector of indicator codes c("27712","27870")

Value

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

Examples

1
2
codes=c("27712","27870")
gov360stats.list(pIndicators=codes)

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