get.xpose.tables: Get NONMEM output tables into one data frame

View source: R/get.xpose.tables.r

get.xpose.tablesR Documentation

Get NONMEM output tables into one data frame

Description

Get NONMEM output tables in XPOSE format into one data frame. Requires all files to be created without the FIRSTONLY option in $TABLE. Also, ensure ONEHEADER option is consistently used in all $TABLE statements

Usage

get.xpose.tables(run, path = getOption("nmDir"))

Arguments

run

character vector of run roon names (e.g. run1)

path

directory where run directories of runs reside

Value

data frame with all (unique) data items exported in Xpose tables sdtab, patab, catab and cotab

See Also

get.multiple.xpose.tables

Examples

out.1 = get.xpose.tables(path = getOption("qpExampleDir"), run = "example2")
head(out.1)

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