Generates an Excel spreadsheet and a source.rmd file in the current working directory for specifying and documenting a MSEtool Operating Model.
OMinit(
name = NULL,
...,
files = c("xlsx", "rmd"),
dir = NULL,
overwrite = FALSE
)
The name of the Excel and source.rmd file to be created in the working directory (character). Use 'example' for a populated example OM XL and documentation file.
Optional MSEtool objects to use as templates: OM, Stock, Fleet, Obs, or Imp objects
What files should be created: 'xlsx', 'rmd', or c('xlsx', 'rmd') (default: both) to use as templates for the Operating Model.
Optional file path to create the xlsx and rmd files. Default is getwd()
Logical. Should files be overwritten if they already exist?
name.xlsx and name.rmd files are created in the working directory.