chooser2 {rrtable} | R Documentation |
Server function of chooser2 Module
Description
Server function of chooser2 Module
Usage
chooser2(
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]