View source: R/read_nmtables.R
read_nm_std_ext | R Documentation |
Read a standard NONMEM extension file
read_nm_std_ext(fileName, extension, directory = NULL, ...)
fileName |
The filename (with directory name, if applicable) to read (with or without the extension) |
extension |
The file extension to optionally append (preferably starting with a ".") |
directory |
The directory to look for files within. If NULL, uses the current directory. |
... |
Passed to |
NULL if the file does not exist or the value of
read_nm_multi_table()
if it does exist.
## Not run:
read_nm_std_ext("run1", "phi")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.