match_names | R Documentation |
This function will receive a dataset and a vector of all names of variables from dataset that is used in the forecast_pack, and matches them using any parameterization that we currently use at 4i (either front or api).
match_names(dataset, names_fp)
dataset |
dataset with names to be matched with |
names_fp |
names of variables to match in the |
For variables not found in names_fp
, we apply the api parameterization, to make sure we have clean names.
The dataset with matched names.
chartr
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.