select_input_x: Select input with x

Description Usage Arguments Value

View source: R/ui.R

Description

Select input with x

Usage

1
2
3
4
5
6
7
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 Nov. 14, 2021, 8:18 p.m.