Learn R Programming

r4ss (version 1.36.1)

SS_readdat: read Stock Synthesis data file

Description

Read Stock Synthesis data file into list object in R. This function is a wrapper which calls SS_readdat_2.00, SS_readdat_3.00, SS_readdat_3.24, or SS_readdat_3.30 (and potentially additional functions in the future). This setup allows those functions to be cleaner (if somewhat redundant) than a single function that attempts to do everything. Returned datlist is mostly consistent across versions.

Usage

SS_readdat(file, version = NULL, verbose = TRUE, echoall = FALSE,
  section = NULL)

Arguments

file

Filename either with full path or relative to working directory.

version

SS version number. Currently "2.00", "3.00", "3.24" or "3.30" are supported, either as character or numeric values (noting that numeric 3.30 = 3.3).

verbose

Should there be verbose output while running the file? Default=TRUE.

echoall

Debugging tool (not fully implemented) of echoing blocks of data as it is being read.

section

Which data set to read. Only applies for a data.ss_new file created by Stock Synthesis. Allows the choice of either expected values (section=2) or bootstrap data (section=3+). Leaving default of section=NULL will read input data, (equivalent to section=1).

See Also

SS_readdat_2.00, SS_readdat_3.00, SS_readdat_3.24, SS_readdat_3.30, SS_readctl, SS_readctl_3.24 SS_readstarter, SS_readforecast, SS_writestarter, SS_writeforecast, SS_writedat