Getting started

selectInput(
  id = "select1",
  choices = c("Choice 1", "Choice 2", "Choice 3"),
  values = as.character(c(1, 2, 3))
)

Group select input

groupSelectInput(
  id = "select2",
  choices = as.character(1:5),
  left = "$",
  right = ".00"
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.