Skip to contents

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