update_selectize_rownames: Update a Select List with Row Names

View source: R/variables.R

update_selectize_rownamesR Documentation

Update a Select List with Row Names

Description

Update a Select List with Row Names

Usage

update_selectize_rownames(
  id,
  x,
  exclude = reactive(NULL),
  select = FALSE,
  placeholder = TRUE
)

Arguments

id

A character string specifying the namespace.

x

A reactive matrix-like object.

exclude

A reactive character vector of values to be excluded from choices.

select

A logical scalar: should all choices be selected?

placeholder

A logical scalar: should a placeholder be added?

Value

A reactive character vector of row names.

Side effect: change the value of a select list on the client.

See Also

selectize_ui()


kinesis documentation built on Sept. 9, 2025, 5:37 p.m.