runGUI {IDEATools} | R 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()
}
[Package IDEATools version 3.5.2 Index]