inst/creavar/shiny_app/server.R

function(input, output, session) {

  # Use session$userData to store user data that will be needed throughout
  # the Shiny application
  session$userData$email <- 'tycho.brahe@tychobra.com'

  # Call the server function portion of the `cars_table_module.R` module file
  callModule(
    cars_table_module,
    "cars_table"
  )
}
Metrika-Group/rfbapp documentation built on Dec. 17, 2021, 4:13 a.m.