View source: R/utils-check-catch-levels.R
check_catch_levels | R Documentation |
Check that catch levels has been run
check_catch_levels(
model_path = NULL,
forecast_yrs = get_assess_yr():(get_assess_yr() + 3),
...
)
model_path |
The directory the models are located in |
forecast_yrs |
A vector of forecast years |
... |
Absorbs arguments meant for other functions |
Ensure that the run_catch_levels()
function has been run successfully
by looking in to the catch levels directory and checking values in the
forecast files
Logical. TRUE
if the catch levels appears to have been run
successfully and FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.