These are the UI and server components of the landing page
panel of the shiny app. It is generated by including 'Landing' in the
panels.default argument of generateShinyApp
.
landingPanelUI(id, show = TRUE)landingPanelServer(id)
The UI and Server components of the shiny module, that can be used within the UI and Server definitions of a shiny app.
the input slot that will be used to access the value
whether to show the panel or not; default is TRUE; there for compatibility with specifying panels to show