chooserInput | R Documentation |
Chooser Input
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 enable 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.