View source: R/comparison-module.R
comparisonModule | R Documentation |
Server part of comparison module
comparisonModule(
input,
output,
session,
sample_data,
tax_data,
clade_reads,
taxon_reads,
datatable_opts = NULL,
filter_func = NULL,
tax_data_add = NULL,
search = NULL
)
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session. |
sample_data |
A |
tax_data |
TODO |
clade_reads |
TODO |
taxon_reads |
TODO |
datatable_opts |
Additional options for creating the datatable. |
filter_func |
If not NULL, |
tax_data_add |
TODO |
search |
Search term to initialize table with. |
Comparison module server functionality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.