Description Usage Arguments Value Examples
View source: R/find_model_names.R
Find available names for a stock assessment model
1 | find_model_names(data, model)
|
data |
The StockSMART data. |
model |
The assessment model to be checked. Current options are AMAK, ASAP, BAM, and SS |
A list of available model names
1 2 3 4 5 6 7 | ## Not run:
find_model_names(
data = stocksmart_data,
model = "ASAP"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.