| read_nm_all | R Documentation | 
Read all NONMEM files for a single NONMEM run.
read_nm_all(runNo, run_prefix = "run", directory = NULL, quiet = FALSE, ...)
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).  | 
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(),
read_nm_multi_table(),
read_nmcov(),
read_nmext(),
read_nmtables(),
read_scm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.