newSolutionSidebarPane: New solution sidebar pane

View source: R/ui_newSolutionSidebarPane.R

newSolutionSidebarPaneR Documentation

New solution sidebar pane

Description

Constructs a sidebar pane for generating new solutions.

Usage

newSolutionSidebarPane(id, solutionSettingsId = NULL)

Arguments

id

character identifier for the sidebar pane.

solutionSettingsId

character identifier for the solutionSettings() widget to create within the sidebar pane. This widget is used to control the settings for new solutions. Defaults to NULL such 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.

Value

A shiny.tag object with the sidebar pane.

Examples

## Not run: 
# run Shiny app to demo the sidebar pane
if (interactive()) {
  runExample("newSolutionSidebarPane")
}

## End(Not run)

NCC-CNC/wheretowork documentation built on Feb. 27, 2025, 6:11 p.m.