Description Usage Arguments Note
rpgSelect creates a dropdown select input. Whenever size is not NULL, it is displayed as a box.
updateRpgSelect allows to update a rpgSelect on the server.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
inputId |
The |
label |
Display label for the control, or |
choices |
List of values to select from. If elements of the list are
named, then that name — rather than the value — is displayed to the
user. It's also possible to group related inputs by providing a named list
whose elements are (either named or unnamed) lists, vectors, or factors. In
this case, the outermost names will be used as the group labels (leveraging
the |
selected |
The initially selected value (or multiple values if |
multiple |
Is selection of multiple items allowed? |
size |
Number of items to show in the selection box; a larger number
will result in a taller box. Not compatible with |
session |
The |
For now, only the selected value may be updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.