Skip to contents

Update or load a dataset with regions.

Usage

aux_metaregion(
  action = c("update", "load"),
  force = FALSE,
  maindir = getOption("pipaux.working_dir"),
  owner = getOption("pipfun.ghowner"),
  branch = NULL,
  tag = match.arg(branch)
)

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.

force

logical: If TRUE data will be overwritten.

maindir

character: Main directory of project.

owner

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

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.