standardize_model_names: Add a new column with standardized model names

Description Usage Arguments Value Examples

View source: R/standardize_model_names.R

Description

Add a new column with standardized model names

Usage

1

Arguments

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

Value

A new data frame of function standardize_model_names, containing a new column of Assessment.Model.Standardize.

Examples

1
2
3
4
5
6
7
8
## Not run: 
standardize_model_names(
data = stocksmart_data,
model = "ASAP",
names = "asap"
)

## End(Not run)

Bai-Li-NOAA/StockSMARTVisualizer documentation built on Feb. 12, 2021, 12:31 a.m.