chooserInput: Chooser Input

View source: R/chooserEx.R

chooserInputR Documentation

Chooser Input

Description

Chooser Input

Usage

chooserInput(
  inputId,
  leftLabel,
  rightLabel,
  leftChoices,
  rightChoices,
  size = 5,
  multiple = FALSE,
  width = 100
)

Arguments

inputId

input Id

leftLabel

Label for left column

rightLabel

Label for right column

leftChoices

choices for left column

rightChoices

choices for right column

size

number of column lines to be displayed

multiple

logical enable multiple selection

width

width of left and right columns in pixel


rrtable documentation built on April 5, 2022, 9:08 a.m.