View source: R/utils-check-forecasts.R
check_forecasts | R Documentation |
Check that forecasts have been run
check_forecasts(
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_forecasts()
function has been run successfully
by looking in to the forecasts 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.