create_rmd: Create .Rmd file describing MSEtool Objects and Slots and...

View source: R/make-rmd.R

create_rmdR Documentation

Create .Rmd file describing MSEtool Objects and Slots and inject custom descriptions into it

Description

Create .Rmd file describing MSEtool Objects and Slots and inject custom descriptions into it

Usage

create_rmd(
  file_name,
  cust_desc_file_name = system.file("alt-slot-descriptions.csv", package = "ggmse"),
  slot_type_order_file_name = system.file("slot-type-order.csv", package = "ggmse"),
  ...
)

Arguments

file_name

Filename of the .rmd file to create/modify. If it does not exist, it will be created using create_default_rmd()

cust_desc_file_name

Filename of the .csv file containing the custom descriptions. Use generate_default_custom_descriptions_file() in scratch.R to auto-generate it.

slot_type_order_file_name

Filename of the .csv file containing the slot orders.

...

Arguments to be passed to create_default_rmd()

Value

Nothing

Examples

create_rmd("test.Rmd")

pbs-assess/ggmse documentation built on Nov. 21, 2023, 8:06 p.m.