nm_check: Performs a NM-TRAN check of the control file

View source: R/nm_check.R

nm_checkR Documentation

Performs a NM-TRAN check of the control file

Description

Performs a NM-TRAN check of the control file

Usage

nm_check(control_file, nmcheck_exe = NULL, call_template = NULL)

Arguments

control_file

Path of the control file

nmcheck_cmd

Path of NMTRAN check executable

Value

A list with control file path and error/error message if any.

Examples

## 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)

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.