List NONMEM output tables file names from a nm_model object.

list_nm_tables(nm_model = NULL)

Arguments

nm_model

An xpose nm_model object generated with read_nm_model.

Examples

if (FALSE) {
read_nm_model(file = 'run001.lst') %>% 
  list_nm_tables()
}