Read Stock Synthesis (version 3.30) parameter file into list object in R.
SS_readpar_3.30(parfile, datsource, ctlsource, verbose = TRUE)Filename either with full path or relative to working directory.
list or character. If list, should be a list produced
from SS_writedat(). If character, should be the full file location of an
SS data file.
list or character. If list, should be a list produced
from SS_writectl(). If character, should be the full file location of an
SS control file.
Should there be verbose output while running the file? Default=TRUE.
SS_readctl(),
SS_readdat(),
SS_readstarter(),
SS_readforecast(),
SS_writestarter(),
SS_writeforecast(),
SS_writedat()