modelMgr {AMModels}R Documentation

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

Author(s)

Jon Katz

Examples

## Not run:  
# The shiny app
modelMgr()

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

## End(Not run)

[Package AMModels version 0.1.4 Index]