list_nm_tables {xpose} | R Documentation |
List NONMEM output tables
Description
List NONMEM output tables file names from a nm_model
object.
Usage
list_nm_tables(nm_model = NULL)
Arguments
nm_model |
An xpose nm_model object generated with |
See Also
Examples
## Not run:
read_nm_model(file = 'run001.lst') %>%
list_nm_tables()
## End(Not run)
[Package xpose version 0.4.18 Index]