modelMgr {AMModels} | R Documentation |
The model manager is a graphical user interface supplied to accomplish nearly all functions within the AMModels package. Models and data can be tagged with metadata and organized within model libraries. Model libraries can be imported, searched, subset, edited, and exported through the GUI. The modelMgr GUI allows users to import models and data from either a .RData or .rda file or from the user's .GlobalEnv
.
modelMgr(...)
... |
Additional arguments to |
modelMgr
Jon Katz
## Not run:
# The shiny app
modelMgr()
# Accepts args to shiny::runApp
modelMgr(quiet = TRUE)
## End(Not run)