Skip to contents

Update or load a dataset with historical income groups. The raw files are not available in the PIP-Technical-Team group but in the Povcalnet-team group.

Usage

aux_income_groups(
  action = c("update", "load"),
  force = FALSE,
  owner = getOption("pipfun.ghowner"),
  maindir = getOption("pipaux.working_dir"),
  detail = getOption("pipaux.detail.raw")
)

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.

owner

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

maindir

character: Main directory of project.

detail

has an option TRUE/FALSE, default value is FALSE