View source: R/pip_inventory.R
pip_inventory | R Documentation |
Load or Update PIP microdata inventory. Wrapper of function pip_load_inventory and pip_update_inventory
pip_inventory( action = "load", country = NULL, root_dir = Sys.getenv("PIP_ROOT_DIR"), maindir = pip_create_globals(root_dir)$PIP_DATA_DIR, force = FALSE, inventory_version = NULL )
action |
character: Either |
country |
character: vector with ISO3 country code to update |
root_dir |
character: root directory of the PIP data |
maindir |
character: main directory. By default it
uses |
force |
logical: If TRUE, forced update implemented |
inventory_version |
date: date of inventory version to load |
data.table
## Not run: pip_inventory("load") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.