write_ctl: Write control file to disk
Description
![[Stable]](figures/lifecycle-stable.svg?package=NMproject&version=0.6.9)
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.