selectInput: Modified shiny sliderInput func

View source: R/golem_utils_ui.R

selectInputR Documentation

Modified shiny sliderInput func

Description

Modified shiny sliderInput func

Usage

selectInput(
  inputId,
  label,
  choices,
  selected = NULL,
  multiple = FALSE,
  selectize = TRUE,
  width = NULL,
  size = NULL,
  tooltip = T,
  header = "?",
  popup = "Help tips",
  pos = "right"
)

Hypertyz/igem2020 documentation built on June 15, 2022, 12:23 a.m.