read_nm_all {pmxTools} | R Documentation |
Read all NONMEM files for a single NONMEM run.
Description
Read all NONMEM files for a single NONMEM run.
Usage
read_nm_all(runNo, run_prefix = "run", directory = NULL, quiet = FALSE, ...)
Arguments
runNo |
Run number. |
run_prefix |
The start to the name of the run. |
directory |
The directory to look for files within. If NULL, uses the current directory. |
quiet |
Flag for displaying intermediate output. |
... |
Passed to each of the read functions (ignored in the functions). |
Details
The filename for loading is constructed as paste(run_prefix,
runNo)
. To load a nonstandard file, simply set one of those values to
NULL
.
See Also
Other NONMEM reading:
plot_scm()
,
read_nm_multi_table()
,
read_nmcov()
,
read_nmext()
,
read_nmtables()
,
read_nm()
,
read_scm()
[Package pmxTools version 1.3 Index]