Load PIP pre-calculated data sets
pip_load_results.RdLoad PIP pre-calculated data sets
Usage
pip_load_results(
output = NULL,
country = NULL,
year = NULL,
tool = c("PC", "TB"),
type = c("dataframe", "list"),
root_dir = Sys.getenv("PIP_ROOT_DIR"),
verbose = getOption("pipload.verbose")
)Arguments
- output
character: name of the output file
- country
character: vector of ISO3 country codes.
- year
numeric: survey year
- tool
character: PIP tool in which data will be used. It could be
PCfor Poverty Calculator orTBfor Table Maker. Others will be added- type
character: Either
dataframeorlist. Defaults isdataframe.- root_dir
character: root directory of the PIP data
- verbose
logical: If TRUE, display informative messages. Default TRUE