overview: Creates model overview

View source: R/overview.r

overviewR Documentation

Creates model overview

Description

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(s)

Richard Hooijmaijers

Examples


## Not run: 
 overview(proj_obj)

## End(Not run)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.