SS_writedat_3.24: Deprecated: write data file for SS version 3.24

View source: R/SS_writedat_3.24.R

SS_writedat_3.24R Documentation

Deprecated: write data file for SS version 3.24

Description

Write Stock Synthesis data file from list object in R which was probably created using SS_readdat() (which would have called on SS_readdat_3.24()).

Usage

SS_writedat_3.24(
  datlist,
  outfile,
  overwrite = FALSE,
  faster = lifecycle::deprecated(),
  verbose = TRUE
)

Arguments

datlist

List object created by SS_readdat().

outfile

Filename for where to write new data file.

overwrite

A logical value specifying if the existing file(s) should be overwritten. The default value is overwrite = FALSE.

faster

Deprecated. Speed up writing by writing length and age comps without aligning the columns (by using write.table instead of print.data.frame)

verbose

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

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, Gwladys I. Lambert, Kelli F. Johnson, Chantel R. Wetzel

See Also

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


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