Read all NONMEM files for a single NONMEM run.
read_nm_all(runNo, run_prefix = "run", directory = NULL, quiet = FALSE, ...)
Run number.
The start to the name of the run.
The directory to look for files within. If NULL, uses the current directory.
Flag for displaying intermediate output.
Passed to each of the read functions (ignored in the functions).
The filename for loading is constructed as paste(run_prefix,
runNo)
. To load a nonstandard file, simply set one of those values to
NULL
.
Other NONMEM reading:
plot_scm()
,
read_nm_multi_table()
,
read_nmcov()
,
read_nmext()
,
read_nmtables()
,
read_nm()
,
read_scm()