read.runrec: Read the runrecord

View source: R/read.runrec.r

read.runrecR Documentation

Read the runrecord

Description

Read the run record into readable table. This function assumes runrecord has been run with PsN option -maxlvl = 0. It is to be used in conjunction with process.runrec

Usage

read.runrec(filename, path = getOption("nmDir"))

Arguments

filename

filename, e.g. "AAinfo.txt"

path

diretory where the runrecord resides

Value

Data.frame with all information extracted from the runrecord.

See Also

process.runrec

Examples

rr = read.runrec(filename = "AAruninfo.txt"
, path = system.file(package = 'qpToolkit','NONMEM')
)
rr
process.runrec(rr)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.