#' The application server-side
#'
#' @param input,output,session Internal parameters for {shiny}.
#' DO NOT REMOVE.
#' @importFrom shiny callModule
#' @export
app_server <- function(input, output, session) {
set.seed(123)
# include logic for each tab
gfpop_data <- mod_home_server("home_ui_1")
gfpop_data <- mod_analysis_server("analysis_ui_1", gfpop_data)
mod_sharing_server("sharing_ui_1", gfpop_data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.