PIP POP
pip_pop.Rd
Load or update population data.
Usage
pip_pop(
action = "update",
force = FALSE,
src = getOption("pipaux.popsrc"),
maindir = gls$PIP_DATA_DIR
)
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.
- src
character: Source for population data. Defaults to
getOption("pipaux.popsrc")
.- maindir
character: Main directory of project.