get_selectInput_choices | R Documentation |
Find the choices for a selectInput given its code name
get_selectInput_choices(selectInput_code_name, language)
selectInput_code_name |
The code name of the selectInput |
language |
The language to show the options in. This will be passed to get_disp_name |
A vector of choices (code names). If language was supplied, the names will be the names of the vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.