SS_writestarter: write starter file

View source: R/SS_writestarter.R

SS_writestarterR Documentation

write starter file

Description

write Stock Synthesis starter file from list object in R which was probably created using SS_readstarter()

Usage

SS_writestarter(
  mylist,
  dir = NULL,
  file = "starter.ss",
  overwrite = FALSE,
  verbose = TRUE,
  warn = lifecycle::deprecated()
)

Arguments

mylist

List object created by SS_readstarter().

dir

A file path to the directory of interest. The default value is dir = NULL, which leads to using the current working directory.

file

Filename for new starter file. Default="starter.ss".

overwrite

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

verbose

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

warn

Deprecated.

Author(s)

Ian G. Taylor, Kelli F. Johnson, Kathryn R. Doering

See Also

Other read/write functions: SS_read(), SS_readctl(), SS_readdat(), SS_readforecast(), SS_readstarter(), SS_write(), SS_writectl(), SS_writedat(), SS_writeforecast()


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