nm_check | R Documentation |
Performs a NM-TRAN check of the control file
nm_check(control_file, nmcheck_exe = NULL, call_template = NULL)
control_file |
Path of the control file |
nmcheck_cmd |
Path of NMTRAN check executable |
A list with control file path and error/error message if any.
## Not run:
nm_check(control_file = "control_file.ctl",
nmcheck_exe = "/path/to/nmtran.exe",
call_template = "cat {control_file} | {nmcheck_exe}")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.