R/start_dss.R

Defines functions start_dss

Documented in start_dss

start_dss <- function() {
    ## Define the UI and server files for the app:
    app <- shiny::shinyApp(ui = ui, server = server)
    ## Run the app:
    shiny::runApp(app)
}
frederic-santos/rdss documentation built on March 25, 2023, 5:25 p.m.