Skip to contents

OLD - Update Auxiliary data. Wrapper of measure-specific functions.

Usage

update_aux(
  measure,
  force = FALSE,
  owner = getOption("pipfun.ghowner"),
  maindir = gls$PIP_DATA_DIR,
  branch = c("DEV", "PROD", "main"),
  tag = match.arg(branch),
  verbose = FALSE
)

Arguments

measure

type of data frame, e.g., "cpi" or "PPP".

force

logical: If TRUE data will be overwritten.

owner

character: Github repo owner. Default is getOption("pipfun.ghowner")

maindir

character: Main directory of project.

branch

character: either "DEV" or "PROD". Refers to the branch that will be used to update either the development server or production.

tag

character: specific release to be used in the update.

verbose

logical : Do you want verbose output?