View source: R/pmx_list_nm_tables.R
pmx_list_nm_tables | R Documentation |
List NONMEM output tables file names from a nm_model
object.
pmx_list_nm_tables(nm_model = NULL)
nm_model |
An nm_model object generated with |
pmx_read_nm_model
, pmx_read_nm_tables
## Not run:
pmx_read_nm_model(file = 'run001.lst') %>%
pmx_list_nm_tables()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.