R/ui_solutionResultsSidebarPane.R
solutionResultsSidebarPane.Rd
Constructs a sidebar pane for displaying solution results.
solutionResultsSidebarPane(id, solutionResultsId = NULL)
id |
|
---|---|
solutionResultsId |
|
A shiny.tag
object with the sidebar pane.
This is designed to be used as an argument to leaflet.extras2::sidebar_tabs when specifying the user interface for a Shiny web application.
# \dontrun{
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("solutionResultsSidebarPane")
}
# }