Learn R Programming

nonmem2R (version 0.2.4)

systemPSN: Run qpsn system call

Description

Run qpsn system call on system where psn is available. If psn is not available systembase is used.

Usage

systemPSN(cmd, use.model.path = TRUE, ml = "ml psn nonmem-standard",
  ...)

Arguments

cmd

qpsn cmd

use.model.path

Run cmd in a specified model library (TRUE=default). If so will look for a global character vector named model.path and run the system cmd the folder path as specified in model.path.

ml

String for what module to load

...

Further arguments

Examples

Run this code
# List files in working directory
try(systemPSN("ls -l"))

# List file in working directory indluding sun-directories
try(systemPSN("ls * -l"))

Run the code above in your browser using DataLab