get_metadata: Get metadata

Description Usage Arguments Examples

Description

Query the WDI API for metadata given a specific subject.

Usage

1
  get_metadata(subject, limit = 25000)

Arguments

subject

Subject (e.g. "topics", "countries", "indicators")

limit

Limit the number of return observations

Examples

1
2
3
4
5
6
## Not run: 
 x <- get_metadata("topics")
 x <- get_metadata("countries")
 x <- get_metadata("indicators")

## End(Not run)

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