Solution results sidebar pane
Source:R/ui_solutionResultsSidebarPane.R
solutionResultsSidebarPane.RdConstructs a sidebar pane for displaying solution results.
Arguments
- id
characteridentifier for the sidebar pane.- solutionResultsId
characteridentifier for thesolutionResults()widget to create within the sidebar pane. This widget is used to display results for solutions. Defaults toNULLsuch that the default argument ispaste0(id, "_results").
Details
This is designed to be used as an argument to leaflet.extras2::sidebar_tabs when specifying the user interface for a Shiny web application.
Examples
# \dontrun{
# run Shiny app to demo the sidebar pane
if (interactive()) {
runExample("solutionResultsSidebarPane")
}
# }