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