writeCSV: Internal function to write CSVs for objects

Description Usage Arguments Author(s)

View source: R/OM_init_doc.R

Description

Used internally in the DLMtool package to write CSV files from an existing DLMtool object

Usage

1
2
3
4
5
writeCSV(
  inobj,
  tmpfile = NULL,
  objtype = c("Stock", "Fleet", "Obs", "Imp", "Data", "OM")
)

Arguments

inobj

A object of class Stock, Fleet, Obs, Imp, Data, or OM

tmpfile

The full file path and name for the saved CSV file

objtype

The class corresonding to the inobj

Author(s)

A. Hordyk


DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.