Access special model data from an xpdb object.

get_special(xpdb, .problem = NULL, quiet)

Arguments

xpdb

An xpose_data object from which the special data will be extracted.

.problem

The problem to be used, by default returns the last one.

quiet

Logical, if FALSE messages are printed to the console.

Value

A list.

Examples

special <- get_summary(xpdb_ex_pk)
special
#> # A tibble: 48 × 5
#>    problem subprob descr               label       value                        
#>      <dbl>   <dbl> <chr>               <chr>       <chr>                        
#>  1       0       0 Run description     descr       NONMEM PK example for xpose  
#>  2       0       0 Run directory       dir         data                         
#>  3       0       0 Run errors          errors      na                           
#>  4       0       0 ESAMPLE seed number esampleseed na                           
#>  5       0       0 Run file            file        run001.lst                   
#>  6       0       0 Number of ESAMPLE   nesample    na                           
#>  7       0       0 Reference model     ref         000                          
#>  8       0       0 Run number          run         run001                       
#>  9       0       0 Software            software    nonmem                       
#> 10       0       0 Run start time      timestart   Mon Oct 16 13:34:28 CEST 2017
#> # ℹ 38 more rows