| pip_aux | R Documentation |
Return auxiliary data tables
pip_aux(
table = NULL,
release_version = NULL,
ppp_version = NULL,
version = NULL
)
table |
( |
release_version |
( |
ppp_version |
( |
version |
( |
A character() with the available tables or a data.frame() containing the table data.
Other poverty and inequality statistics:
pip_citation(),
pip_data(),
pip_group(),
pip_health_check(),
pip_info(),
pip_valid_params(),
pip_versions()
# get a list of available tables
pip_aux()
# get countries
aux <- pip_aux("countries")
head(aux)
# get GDP
aux <- pip_aux("gdp")
head(aux)
# get CPI
aux <- pip_aux("cpi")
head(aux)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.