Get results for 1 model run

get_results_mod(dir = getwd(), is_EM = NULL, is_OM = NULL)

Arguments

dir

The full or relative path to the Stock Synthesis model file folder. If not specified, uses the working directory.

is_EM

Is this an estimation model? Defaults to NULL, which will look for the letters "em" (lower or uppercase) to decide if this is an estimation model or operating model.

is_OM

Is this an operating model? Defaults to NULL, which will look for the letters "om" (lower or uppercase) to decide if this is an estimation model or operating model.

Value

A list of 3 data frames called scalar, timeseries, and derived (for derived quantities). These data frames contain results for 1 model run.

Author

Kathryn L. Doering