library( shiny )
library( shinydashboard )
library( shinyBS )
library( ggplot2 )
library( shinydashboardPlus )
library( dashboardthemes )
library( shinybusy )
moduleServer <- function(id, module, session = getDefaultReactiveDomain()) {
callModule(module, id, session = session)
}
source( "PREPShinyThemes.R")
source( "app_ui.R" )
source( "app_server.R" )
# Additional Modules Below
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.