pip_data {worldbank} | R Documentation |
Return main poverty and inequality statistics
Description
Return main poverty and inequality statistics
Usage
pip_data(
country = NULL,
year = NULL,
povline = 2.15,
popshare = NULL,
fill_gaps = FALSE,
welfare_type = c("all", "consumption", "income"),
reporting_level = c("all", "national", "rural", "urban"),
additional_ind = FALSE,
release_version = NULL,
ppp_version = NULL,
version = NULL
)
Arguments
country |
|
year |
|
povline |
|
popshare |
|
fill_gaps |
|
welfare_type |
|
reporting_level |
|
additional_ind |
|
release_version |
|
ppp_version |
|
version |
|
Value
A data.frame()
with the requested statistics.
Source
See Also
Other poverty and inequality statistics:
pip_aux()
,
pip_citation()
,
pip_group()
,
pip_health_check()
,
pip_info()
,
pip_valid_params()
,
pip_versions()
Examples
pip_data(c("ZAF", "ZMB"))