landingPanel {bulkAnalyseR} | R Documentation |
Generate the landing page panel of the shiny app
Description
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
.
Usage
landingPanelUI(id, show = TRUE)
landingPanelServer(id)
Arguments
id |
the input slot that will be used to access the value |
show |
whether to show the panel or not; default is TRUE; there for compatibility with specifying panels to show |
Value
The UI and Server components of the shiny module, that can be used within the UI and Server definitions of a shiny app.
[Package bulkAnalyseR version 1.1.0 Index]