#' @import shiny
#' @import shinydashboard
#'
library(shinydashboard)
app_server <- function(input, output,session) {
# List the first level callModules here
##Total cytokine boxplot module
totalCytoBox <- totalCytoExpr(input, output)
individualCytoBox <- multiCytoExpr(input, output)
polyfuncCharts <- polyfuncExpr(input, output)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.