View source: R/get.xpose.tables.r
get.xpose.tables | R Documentation |
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
get.xpose.tables(run, path = getOption("nmDir"))
run |
character vector of run roon names (e.g. run1) |
path |
directory where run directories of runs reside |
data frame with all (unique) data items exported in Xpose tables sdtab, patab, catab and cotab
get.multiple.xpose.tables
out.1 = get.xpose.tables(path = getOption("qpExampleDir"), run = "example2")
head(out.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.