read_nm_all function

Read all NONMEM files for a single NONMEM run.

Read all NONMEM files for a single NONMEM run.

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()

  • Maintainer: Justin Wilkins
  • License: GPL-2
  • Last published: 2023-02-21