View source: R/report_module.R
reportList | R Documentation |
Report tab module server
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.