Skip to contents

Parses lst file for run details and heuristics

Usage

get_run_info(path)

Arguments

path

path to model file, model output directory, lst file or metadata json file, or a hyperion_nonmem_model object

Value

list of data.frames of run details and run heuristics

Examples

if (FALSE) { # \dontrun{
get_run_info("model/nonmem/run001/run001.lst")
model <- read_model("model/nonmem/run001.mod")
get_run_info(model)
} # }