Description Usage Arguments Value Examples
View source: R/standardize_model_names.R
Add a new column with standardized model names
1 | standardize_model_names(data, model, names)
|
data |
The StockSMART data. |
model |
The assessment model to be checked. Current options are AMAK, ASAP, BAM, and SS |
names |
The available names for each model |
A new data frame of function standardize_model_names
, containing a new column of Assessment.Model.Standardize.
1 2 3 4 5 6 7 8 | ## Not run:
standardize_model_names(
data = stocksmart_data,
model = "ASAP",
names = "asap"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.