PIP Prices
pip_prices.Rd
Works with either CPI, PPP or PFW.
Usage
pip_prices(
measure = NULL,
action = "update",
maindir = gls$PIP_DATA_DIR,
dlwdir = Sys.getenv("PIP_DLW_ROOT_DIR"),
force = FALSE
)
Arguments
- measure
character: Measure to be used. e.g., "cpi" or "ppp".
- 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.
- maindir
character: Main directory of project.
- dlwdir
character: Datalibweb directory.
- force
logical: If TRUE data will be overwritten.