| chooserInput {rrtable} | R 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  | 
[Package rrtable version 0.3.0 Index]