Skip to contents

Creates the shiny app, ready to be loaded

Usage

shinyDSP()

Value

A shiny::shinyApp() object

Author

Seung J. Kim

Examples

library(shinyDSP)
app <- shinyDSP()
if (interactive()) {
    shiny::runApp(app)
}