runGUI: Minimal Shiny app for IDEATools

View source: R/runGUI.R

runGUIR Documentation

Minimal Shiny app for IDEATools

Description

This function loads a graphical user interface (GUI) to use IDEATools.

Usage

runGUI()

Value

Loads a shiny application

Examples

library(IDEATools)

## Only run this example in interactive R sessions
if (interactive()) {
  runGUI()
}

IDEATools documentation built on May 29, 2024, 9:35 a.m.