Skip to contents

Reads ext file

Usage

read_ext_file(
  path,
  line_prefixes = NULL,
  parameters_only = FALSE,
  only_method = NULL,
  only_last = TRUE
)

Arguments

path

path to model file, model output directory, ext file or metadata json file.

line_prefixes

character vector for lines to filter for

parameters_only

bool if true removes ITERATION and OBJ column, default false

only_method

character, filter for getting estimates from specified method only

only_last

boolean, for grabbing only last estimation method parameters

Value

data.frame of ext file

Examples

if (FALSE) { # \dontrun{
read_ext_file("model/nonmem/run001/run001.ext")
} # }