Description Usage Arguments Value Author(s)
View source: R/report_module.R
Report tab module server
1 2 3 4 5 6 7 8 9 10 11 | reportList(
input,
output,
session,
dataSource,
preprocessRep,
qcRep,
analysisRep,
aggIndex,
reset
)
|
input |
module input |
output |
module output |
session |
app session |
dataSource |
R code to obtain data for rendering |
preprocessRep |
R code containing preprocessing steps of data |
qcRep |
R Code to generate QC plots |
analysisRep |
R Code to generate all analyses saved to reports |
aggIndex |
boolean value representing aggregation steps in analysisRep |
reset |
boolean reactive which resets the module if TRUE |
report list server fragment - no return value
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.