Description Usage Arguments Value
Calls selectInput() function from shiny r package where necessary which in turn creates a drop down menu from which values can be selected. The function is relative to the shiny app enclosed in the package, therefore it is not advisable for the package user to interact with it.
1 | sinput(id, label, choice)
|
id |
The input id that can be used to contain the value selected. |
label |
The label displayed over the menu. Use NULL for no label. |
choice |
The list of values to be selected from. |
Returns a drop down menu compatible with shiny r package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.