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)
}
#> 
#> Listening on http://127.0.0.1:7499