View source: R/pip_load_inventory.R
pip_load_inventory | R Documentation |
This function was deprecated because DLW data will loaded directly from a
flat folder structure which allows bypassing the use of datalibweb
in
Stata, making the pipdp
Stata package useless.From now on, use the dlw
functions: pip_load_dlw_inventory
, pip_find_dlw
, and pip_load_dlw
.
pip_load_inventory( root_dir = Sys.getenv("PIP_ROOT_DIR"), maindir = pip_create_globals(root_dir)$PIP_DATA_DIR, inv_file = fs::path(maindir, "_inventory/inventory.fst") )
root_dir |
character: root directory of the PIP data |
maindir |
character: main directory. By default it
uses |
inv_file |
character: file path to be loaded. |
data.table
## Not run: pip_load_inventory() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.