Get results for 1 model run
get_results_mod(dir = getwd(), is_EM = NULL, is_OM = NULL)
The full or relative path to the Stock Synthesis model file folder. If not specified, uses the working directory.
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 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.
A list of 3 data frames called scalar, timeseries, and derived (for derived quantities). These data frames contain results for 1 model run.