Skip to contents

Load cache inventory

Usage

pip_load_cache_inventory(
  root_dir = Sys.getenv("PIP_ROOT_DIR"),
  pipedir = pip_create_globals(root_dir)$PIP_PIPE_DIR,
  tool = c("PC", "TB")
)

Arguments

root_dir

character: root directory of the PIP data

pipedir

charater: directory of pipeline. Default is pip_create_globals(root_dir)$PIP_PIPE_DIR

tool

character: Either "PC" for Poverty calculator or "TB" for table maker