Constructs a sidebar pane for generating new solutions.
Arguments
- id
- characteridentifier for the sidebar pane.
- solutionSettingsId
- characteridentifier for the- solutionSettings()widget to create within the sidebar pane. This widget is used to control the settings for new solutions. Defaults to- NULLsuch that the default argument is- paste0(id, "_settings").
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("newSolutionSidebarPane")
}
# }