module-analysis | R Documentation |
Criterion B analysis
criterion_b_ui(id)
criterion_b_server(
id,
data_r = reactive(NULL),
threat_sig_r = reactive(NULL),
taxa_selected_r = reactive(NULL),
table_overlap_r = reactive(NULL)
)
id |
Module's ID. |
data_r |
A |
threat_sig_r |
A |
taxa_selected_r |
A |
table_overlap_r |
A |
UI: HTML tags that can be included in the UI part of the application.
Server: a shiny::reactive()
function returning a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.