pip_aux {worldbank} | R Documentation |
Return auxiliary data tables
Description
Return auxiliary data tables
Usage
pip_aux(
table = NULL,
release_version = NULL,
ppp_version = NULL,
version = NULL
)
Arguments
table |
|
release_version |
|
ppp_version |
|
version |
|
Value
A character()
with the available tables or a data.frame()
containing the
table data.
Source
See Also
Other poverty and inequality statistics:
pip_citation()
,
pip_data()
,
pip_group()
,
pip_health_check()
,
pip_info()
,
pip_valid_params()
,
pip_versions()
Examples
# get a list of available tables
pip_aux()
# get countries
pip_aux("countries")
# get GDP
pip_aux("gdp")
# get CPI
pip_aux("cpi")
[Package worldbank version 0.4.0 Index]