mod_select_ui | R Documentation |
A shiny Module.
mod_select_ui( id = "eda_select", ns = function() { }, select_title = "Columns", select_width = 12, select_id = "select_ui", select_button_label = "Add select statement", select_button_class = "btn-primary", select_button_style = "color: #fff;", select_button_icon = icon("plus"), select_button_width = 170, select_button_submit_label = "Submit", select_button_submit_class = "btn-success", select_button_submit_style = "color: #fff;", select_button_submit_icon = icon("check"), select_button_submit_width = 100, render_table = TRUE, 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_table |
[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.