select_input_x: Select input with x

View source: R/ui.R

select_input_xR Documentation

Select input with x

Description

Select input with x

Usage

select_input_x(
  id,
  label = "Select sites:",
  choices,
  selected = choices[1],
  ...
)

Arguments

id

A character string of the shiny id.

label

A characer string of the label.

choices

A vector of characer strings of choices.

selected

A characer string of the initial selected choice.

...

arguments passed to selectizeInput

Value

a shiny tag.


poissonconsulting/shinyutils documentation built on Jan. 15, 2025, 2:18 a.m.