columnSelectInput {IDEAFilter}R Documentation

A selectizeInput customized for data frames with column labels

Description

A selectizeInput customized for data frames with column labels

Usage

columnSelectInput(
  inputId,
  label,
  data,
  selected = "",
  ...,
  col_subset = NULL,
  placeholder = "",
  onInitialize
)

Arguments

inputId

passed to selectizeInput

label

passed to selectizeInput

data

data.frame object from which fields should be populated

selected

default selection

...

passed to selectizeInput

col_subset

a vector containing the list of allowable columns to select

placeholder

passed to selectizeInput options

onInitialize

passed to selectizeInput options

Value

a selectizeInput dropdown element


[Package IDEAFilter version 0.2.0 Index]