Compute various aggregations of PIP statistics
character: Country ISO 3 codes
integer: Reporting year
numeric: Poverty line
character: Will return aggregated values for predefined sub-groups
character: Welfare type
character: Geographical reporting level
list: A list of lkup tables
logical: If TRUE poverty calculations from wbpip
will run in
debug mode
logical: Triggers censoring of country/year statistics
data.table
if (FALSE) {
# Create lkups
lkups <- create_lkups("<data-folder>")
# A single country and year
pip_grp(country = "all",
year = 2000,
povline = 1.9,
group_by = "wb",
lkup = lkups)
}