Apply the function SS_output()
multiple times and save output as
individual objects or a list of lists.
SSgetoutput(
keyvec = NULL,
dirvec = NULL,
getcovar = TRUE,
getcomp = TRUE,
forecast = TRUE,
verbose = TRUE,
ncols = 210,
listlists = TRUE,
underscore = FALSE,
save.lists = FALSE
)
A vector of strings that are appended to the output files from each model if models are all in one directory. Default=NULL.
A vector of directories (full path or relative to working directory) in which model output is located. Default=NULL.
Choice to read or not read covar.sso output (saves time and memory). Default=TRUE.
Choice to read or not read CompReport.sso output (saves time and memory). Default=TRUE.
Choice to read or not read forecast quantities. Default=FALSE.
Print various messages to the command line as the function runs? Default=TRUE.
Maximum number of columns in Report.sso (same input as for
SS_output()
). Default=210.
Save output from each model as a element of a list (i.e. make a list of lists). Default = TRUE.
Add an underscore '_' between any file names and any keys in keyvec. Default=FALSE.
Save each list of parsed output as a .Rdata file (with default filenaming convention based on iteration and date stamp.