| chooser {rrtable} | R Documentation | 
Server function of chooser Module
Description
Server function of chooser Module
Usage
chooser(
  input,
  output,
  session,
  leftChoices,
  rightChoices = reactive(c()),
  size = reactive(0),
  width = reactive(130)
)
Arguments
input | 
 input  | 
output | 
 output  | 
session | 
 session  | 
leftChoices | 
 choices for left column  | 
rightChoices | 
 choices for right column  | 
size | 
 number of column lines to be displayed  | 
width | 
 width of left and right columns in pixel  | 
[Package rrtable version 0.3.0 Index]