get_data: Get data

Description Usage Arguments Examples

Description

Query the WDI API for indicator data

Usage

1
2
  get_data(indicator, date = 2012, country = NULL,
    limit = 25000)

Arguments

indicator

Character vector of wdi indicators

date

Integer vector of years

country

Character vector of countries (ISO 3 or ISO 2 letter codes)

limit

Limit the number of return observations

Examples

1
2
3
4
## Not run: 
 x <- get_data("SP.POP.TOTL")

## End(Not run)

reinholdsson/wdiAPI documentation built on May 27, 2019, 4:55 a.m.