View source: R/ui_exportSidebarPane.R
exportSidebarPane | R Documentation |
Constructs a sidebar pane for exporting data.
exportSidebarPane(id)
id |
|
This is designed to be used as an argument to leaflet.extras2::sidebar_tabs when specifying the user interface for a Shiny web application.
A shiny.tag
object with the sidebar pane.
## Not run:
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("importModal")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.