list_nm_tables {xpose} | 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 |
## Not run:
read_nm_model(file = 'run001.lst') %>%
list_nm_tables()
## End(Not run)