read.runrec | R Documentation |
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
read.runrec(filename, path = getOption("nmDir"))
filename |
filename, e.g. "AAinfo.txt" |
path |
diretory where the runrecord resides |
Data.frame with all information extracted from the runrecord.
process.runrec
rr = read.runrec(filename = "AAruninfo.txt"
, path = system.file(package = 'qpToolkit','NONMEM')
)
rr
process.runrec(rr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.