R/pip_update_cache_inventory.R
pip_update_cache_inventory.Rd
Update correspondence inventory file
pip_update_cache_inventory(
pipeline_inventory,
pip_data_dir,
cache_svy_dir,
tool = c("PC", "TB"),
save = TRUE,
load = FALSE,
verbose = FALSE
)
data.table: Pipeline inventory table.
character: Input folder for the raw survey data.
character: Output folder for the cached survey data.
character: Either "PC" or "TB" for poverty calculator and Table Baker, receptively
logical. If true, it saves, if FALSE it loads the data
logical. If true, loads data. if False return TRUE invisibly
logical: Whether to display messages. Default is TRUE
TRUE if file is update. FALSE If no data is in directory