from_WDI: World Bank data

Description Usage Arguments

View source: R/time.table.R

Description

Construct a time.table from World Bank data.

Usage

1
2
from_WDI(..., auxiliary.indicator = c(), country.name = NULL,
  translation.table = NULL)

Arguments

...

Arguments sent sent to WDI (primarily of interest are country, defaulting to "all", start, defaulting to 1961, end, defaulting to 2013, and indicator, defaulting to "NY.GDP.PCAP.PP.KD" (GDP per capita constant 2005 USD))

auxiliary.indicator

additional indicators to include as auxiliary values

country.name

column name to use for country code column (used as index), defaults to "iso2c" used by WDI

translation.table

list mapping indicator code names to column names to be used in final time.table


rossklin/timetablr documentation built on May 27, 2019, 11:40 p.m.