Learn R Programming

xpose (version 0.4.19)

list_nm_tables: 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 read_nm_model.

See Also

read_nm_model, read_nm_tables

Examples

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

Run the code above in your browser using DataLab