SS_readdat_3.24: Deprecated: read data file from SS version 3.24

View source: R/SS_readdat_3.24.R

SS_readdat_3.24R Documentation

Deprecated: read data file from SS version 3.24

Description

Read Stock Synthesis (version 3.24) data file into list object in R.

Usage

SS_readdat_3.24(
  file,
  verbose = TRUE,
  echoall = lifecycle::deprecated(),
  section = NULL
)

Arguments

file

Filename either with full path or relative to working directory.

See the formal arguments for a possible default filename.

verbose

A logical value specifying if output should be printed to the screen.

echoall

Deprecated.

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).

Details

Support for 3.24 models within the r4ss ⁠SS_read*⁠ and ⁠SS_write*()⁠ functions is ending, so please update models to 3.30.

Author(s)

Ian G. Taylor, Yukio Takeuchi, Z. Teresa A'mar, Kelli F. Johnson, Chantel R. Wetzel, Kathryn L. Doering, Nathan R. Vaughan

See Also

SS_readdat(), SS_readdat_3.30() SS_readstarter(), SS_readforecast(), SS_writestarter(), SS_writeforecast(), SS_writedat()


r4ss/r4ss documentation built on April 30, 2024, 4:42 a.m.