select-group | R Documentation |
Group of mutually dependent select menus for filtering data.frame
's columns (like in Excel).
select_group_ui(
id,
params,
label = NULL,
btn_reset_label = "Reset filters",
inline = TRUE,
vs_args = list()
)
select_group_server(id, data_r, vars_r)
id |
Module's id. |
params |
A list of parameters passed to each
|
label |
Character, global label on top of all labels. |
btn_reset_label |
Character, reset button label. If |
inline |
If |
vs_args |
Arguments passed to all |
data_r |
Either a |
vars_r |
character, columns to use to create filters,
must correspond to variables listed in |
A shiny::reactive()
function containing data filtered with an attribute inputs
containing a named list of selected inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.