View source: R/pip_load_all_aux.R
pip_load_all_aux | R Documentation |
Load all auxiliary files in memory
pip_load_all_aux( replace = NULL, aux = c("cpi", "ppp", "pfw", "pop", "gdm"), aux_names = aux, envir = globalenv(), root_dir = Sys.getenv("PIP_ROOT_DIR"), maindir = pip_create_globals(root_dir)$PIP_DATA_DIR, version = NULL, file_to_load = NULL, apply_label = TRUE, verbose = FALSE, preferred_format = NULL )
replace |
logical or NULL. Whether to replace objects in |
aux |
character: auxiliary files to load. Default is c("cpi", "ppp", "pfw", "pop", "gdm", "gdp", "pce"). If "all", all auxiliary frame will be loaded in memory |
aux_names |
character of the same length of |
envir |
environment where the data frame will be allocated. Default is
|
root_dir |
character: root directory of the PIP data |
maindir |
character: main directory. By default it
uses |
version |
An integer or a quoted directive. "available": displays list
of available versions for |
file_to_load |
character: file path to load. Does not work with any other argument |
apply_label |
logical: if TRUE, predefined labels will apply to data
loaded using |
verbose |
logical: whether to display message. Default is TRUE |
preferred_format |
character: preferred format. default is "fst". |
invisible TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.