landingPanel | R Documentation |
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)
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 |
The UI and Server components of the shiny module, that can be used within the UI and Server definitions of a shiny app.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.