Description Usage Arguments Value
View source: R/sample-module.R
Server part for sample module
1 2 3 4 5 6 7 8 9 10 11 12 | sampleModule(
input,
output,
session,
sample_data,
reports,
tax_data,
clade_reads,
taxon_reads,
selected_sample = NULL,
datatable_opts = NULL
)
|
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
sample_data |
Samples |
reports |
List of reports. |
tax_data |
Taxonomy data. |
clade_reads |
Clade reads. |
taxon_reads |
Taxon reads. |
selected_sample |
Pre-selected sample. |
datatable_opts |
Additional datatable opts (mostly $class). |
Sample module server functionality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.