Description Usage Arguments Value
View source: R/overview-module.R
Shiny modules to display an overview of metagenomics reports
1 2 3 4 5 6 7 8 | reportOverviewModule(
input,
output,
session,
sample_data,
reports,
datatable_opts = NULL
)
|
input |
Shiny input object. |
output |
Shiyn output object. |
session |
Shiny session object. |
sample_data |
Samples |
reports |
List of reports. |
datatable_opts |
Additional datatable opts (mostly $class) |
Report overview module server functionality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.