nm_exec2: Starts a NONMEM run and do not wait for the results

View source: R/nm_exec2.R

nm_exec2R Documentation

Starts a NONMEM run and do not wait for the results

Description

Starts a NONMEM run and do not wait for the results. Useful when NONMEM jobs are run via an HPC scheduler or a cloud solution.

Usage

nm_exec2(control_file, call_template = NULL, ...)

Arguments

control_file

path of the control file

call_template

character string call template used to start the run.

Value

A character string returned by the system call.

Examples

## Not run: 
nm_exec2(control_file = "control_file.ctl", custom_script = "/path/to/script", call_template = "{custom_script} | {control_file}")

## End(Not run)

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