View source: R/ui_pickers_general.R
pickerVar | R Documentation |
Function to generate a picker input element based on given id and element.
pickerVar(id, element, df_categories, label = NULL)
id |
A string representing the id of the input element. |
element |
A string representing the element. |
df_categories |
A dataframe with metadata about the available categories per picker element |
label |
A string representing the label of the input. Default is NULL. |
A pickerInput object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.