Creates the shiny app, ready to be loaded
Value
A shiny::shinyApp()
object
Examples
library(shinyDSP)
app <- shinyDSP()
if (interactive()) {
shiny::runApp(app)
}
#>
#> Listening on http://127.0.0.1:7499
Creates the shiny app, ready to be loaded
A shiny::shinyApp()
object
library(shinyDSP)
app <- shinyDSP()
if (interactive()) {
shiny::runApp(app)
}
#>
#> Listening on http://127.0.0.1:7499