chooser | R Documentation |
Server function of chooser Module
chooser( input, output, session, leftChoices, rightChoices = reactive(c()), size = reactive(0), width = reactive(130) )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.