write_ctl: Write control file to disk

View source: R/run_nm.R

write_ctlR Documentation

Write control file to disk

Description

[Stable]

Not designed to be used directly. run_nm() and other functions will use this to write the control file contents to the ctl_path() prior to execution.

Usage

write_ctl(m, path = NA_character_, force = FALSE)

Arguments

m

An nm object.

path

Optional path to save the control file.

force

Logical (default = FALSE), force write, don't ask.

Value

Invisibly returns m unmodified.


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.