View source: R/sample-module.R
sampleModule | R Documentation |
Server part for sample module
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.