Learn R Programming

AMModels (version 0.1.4)

modelMgr: Graphical UI For The AMModels Package

Description

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.

Usage

modelMgr(...)

Arguments

Additional arguments to shiny::runApp.

Details

modelMgr

Examples

Run this code
# NOT RUN {
# The shiny app
modelMgr()

# Accepts args to shiny::runApp
modelMgr(quiet = TRUE)
# }

Run the code above in your browser using DataLab