pdfetch_WB {pdfetch} | R Documentation |
Fetch data from World Bank
Description
Fetch data from World Bank
Usage
pdfetch_WB(indicators, countries = "all")
Arguments
indicators |
a vector of World Bank indicators |
countries |
a vector of country identifiers, which can be 2- or 3-character ISO codes. The special option "all" retrieves all countries. |
Value
a xts object
See Also
Examples
## Not run:
pdfetch_WB("NY.GDP.MKTP.CD", c("BR","MX"))
## End(Not run)
[Package pdfetch version 0.2.9 Index]