powered by
Return auxiliary data tables
pip_aux( table = NULL, release_version = NULL, ppp_version = NULL, version = NULL )
A character() with the available tables or a data.frame() containing the table data.
character()
data.frame()
(character(1)) table to be returned. Default NULL.
character(1)
NULL
(character(1)) version of the data release in YYYYMMDD format. Default NULL.
(character(1) | numeric(1)) version of the data. Default NULL.
numeric(1)
(character(1)) version of the data. Default NULL.
Other poverty and inequality statistics: pip_citation(), pip_data(), pip_group(), pip_health_check(), pip_info(), pip_valid_params(), pip_versions()
pip_citation()
pip_data()
pip_group()
pip_health_check()
pip_info()
pip_valid_params()
pip_versions()
# \donttest{ # get a list of available tables pip_aux() # get countries pip_aux("countries") # get GDP pip_aux("gdp") # get CPI pip_aux("cpi") # }
Run the code above in your browser using DataLab