Learn R Programming

r4ss (version 1.15)

SS_readdat: read data file

Description

read Stock Synthesis data file into list object in R

Usage

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

Arguments

file
Filename either with full path or relative to working directory.
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, (equivalen

Value

    See Also

    SS_readstarter, SS_readforecast, SS_readctl, SS_writestarter, SS_writeforecast, SS_writedat, SS_writectl