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/yonder documentation built on June 8, 2022, 1:36 p.m.