Skip to contents

Load or update PPP data.

Usage

pip_ppp(
  action = "update",
  maindir = gls$PIP_DATA_DIR,
  dlwdir = Sys.getenv("PIP_DLW_ROOT_DIR"),
  force = FALSE
)

Arguments

action

character: Either "load" or "update". Default is "update". If "update" data will be updated on the system. If "load" data is loaded in memory.

maindir

character: Main directory of project.

dlwdir

character: Datalibweb directory.

force

logical: If TRUE data will be overwritten.