inst/templates/shiny_app/server.R

server <- function(input, output, session) {

  shiny::callModule(
    polished::profile_module,
    "profile"
  )

}

polished::secure_server(server)
jimbrig/jimstemplates documentation built on Dec. 21, 2021, 12:05 a.m.