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