View source: R/mod_select_old2.R
mod_select2_ui | R Documentation |
A shiny Module.
mod_select2_ui( id = "eda_select", ns = function() { }, select_title = "Column filter (none means 'all columns')", select_width = 12, select_id = "select_ui", select_button_label = "Submit", select_button_class = "btn-success", select_button_style = "color: #fff;", select_button_icon = icon("check"), select_button_width = 100, render_data = FALSE, data_title = "Data table", data_width = 12, outer_box = FALSE, outer_title = "Select columns", outer_width = 12, verbose = FALSE )
id |
[character] Module ID |
ns |
[function] Namespace function |
render_data |
[logical] Render data table yes/no |
verbose |
[logical] Tracing infos yes/no |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.