Chooser Input
1 2 3 4 5 6 7 8 9 10 | chooserInput(
inputId,
leftLabel,
rightLabel,
leftChoices,
rightChoices,
size = 5,
multiple = FALSE,
width = 100
)
|
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 enalble multiple selection |
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.