radioButtons: Modified shiny radioButtons func

View source: R/golem_utils_ui.R

radioButtonsR Documentation

Modified shiny radioButtons func

Description

Modified shiny radioButtons func

Usage

radioButtons(
  inputId,
  label,
  choices = NULL,
  selected = NULL,
  inline = FALSE,
  width = NULL,
  choiceNames = NULL,
  choiceValues = NULL,
  tooltip = T,
  header = "?",
  popup = "Help tips",
  pos = "right"
)

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