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.30()).
Usage
SS_writedat_3.30(
  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.