importNmReport: Import the information in an output report file

Description Usage Arguments Value Author(s) Examples

Description

This routine imports the contents in a NONMEM output report file, and then parses different sections of it while ignoring some. A structured list object is returned

Usage

1
importNmReport(fileName, path, controlStatements, textReport=FALSE)

Arguments

fileName

Name of the report file

path

The path where the report file is held. Can be a path stored by setNmPath if it is in round brackets.

controlStatements

(optional) Obh Control statements from the run associated with this output. Using it allows cleaner parsing of the report file. This will likely be deprecated in the future.

textReport

Single logical. Should statements be logged to "stdReport" log?

Value

A named report with elements holding parsed statements in the report file. This object will be of class nmRunReport

Author(s)

Mango Solutions

Examples

1
2
3
4
5
## Not run: 
x <- importNmReport("theoph.lst", path = "examples/theoph")
print(x)

## End(Not run)

MangoTheCat/RNMImport documentation built on May 8, 2019, 4:36 p.m.