Skip to contents

Update the measure along with it's dependencies automatically.

Usage

auto_aux_update(
  measure = NULL,
  force = FALSE,
  from = c("gh", "file", "api"),
  maindir = gls$PIP_DATA_DIR,
  owner = getOption("pipfun.ghowner"),
  branch = c("DEV", "PROD", "main"),
  tag = match.arg(branch)
)

Arguments

measure

character: measure to be updated, if NULL will update all of them

force

logical: If TRUE data will be overwritten.

from

character: Source for population data.

maindir

character: Main directory of project.

owner

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

tag

character: specific release to be used in the update.