reportList: Report tab module server

View source: R/report_module.R

reportListR Documentation

Report tab module server

Description

Report tab module server

Usage

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


zoecastillo/microbiomeExplorer documentation built on Sept. 11, 2022, 7:40 a.m.