inst/templates/shiny/server.R

{{{empty}}}

#  ------------------------------------------------------------------------
#
# Title : {{title}} - Server
#    By : {{author}}
#  Date : {{date}}
#    
#  ------------------------------------------------------------------------

library("shiny")

function(input, output, session) {
  
  
  # callModule(
  #   module = module_one,
  #   id = "id_module_one"
  # )

  
}
dreamRs/addinit documentation built on Dec. 15, 2021, 2:56 a.m.