reportList: Report tab module server

Description Usage Arguments Value Author(s)

View source: R/report_module.R

Description

Report tab module server

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
reportList(
  input,
  output,
  session,
  dataSource,
  preprocessRep,
  qcRep,
  analysisRep,
  aggIndex,
  reset
)

Arguments

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

Value

report list server fragment - no return value

Author(s)

Janina Reeder


microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.