Learn R Programming

NMproject (version 0.6.9)

write_ctl: 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)

Value

Invisibly returns m unmodified.

Arguments

m

An nm object.

path

Optional path to save the control file.

force

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