powered by
Read a standard NONMEM extension file
read_nm_std_ext(fileName, extension, directory = NULL, ...)
NULL if the file does not exist or the value of
read_nm_multi_table() if it does exist.
read_nm_multi_table()
The filename (with directory name, if applicable) to read (with or without the extension)
The file extension to optionally append (preferably starting with a ".")
The directory to look for files within. If NULL, uses the current directory.
Passed to read_nm_multi_table()
if (FALSE) { read_nm_std_ext("run1", "phi") }
Run the code above in your browser using DataLab