Skip to contents

Create an overview of the models within a project. This overview includes the meta data of the models and if results are available, also the objective function and run-times

Usage

overview(proj_obj, ...)

Arguments

proj_obj

a project object created with get_proj

...

additional arguments passed to get_proj

Value

a data frame is returned with the overview

Author

Richard Hooijmaijers

Examples


if (FALSE) { # \dontrun{
 overview(proj_obj)
} # }