List NONMEM output tables file names from a nm_model
object.
list_nm_tables(nm_model = NULL)
An xpose nm_model object generated with read_nm_model
.
read_nm_model
, read_nm_tables
if (FALSE) {
read_nm_model(file = 'run001.lst') %>%
list_nm_tables()
}
Run the code above in your browser using DataLab