List NONMEM output tables file names from a nm_model object.
Arguments
- nm_model
An xpose nm_model object generated with
read_nm_model.
Examples
if (FALSE) { # \dontrun{
read_nm_model(file = 'run001.lst') %>%
list_nm_tables()
} # }
List NONMEM output tables file names from a nm_model object.
An xpose nm_model object generated with read_nm_model.
if (FALSE) { # \dontrun{
read_nm_model(file = 'run001.lst') %>%
list_nm_tables()
} # }