dataInput: Main Data input server where the user selects files to upload...

View source: R/data_input_module.R

dataInputR Documentation

Main Data input server where the user selects files to upload to the app or connects to database

Description

Main Data input server where the user selects files to upload to the app or connects to database

Usage

dataInput(
  input,
  output,
  session,
  dataSource,
  dataFilterRep,
  qcRep,
  addPheno,
  resetReports
)

Arguments

input

module input

output

module output

session

app session

dataSource

reactive Value storing commands for loading data

dataFilterRep

reactive Value storing commands for filtering data

qcRep

reactive Value storing commands for producing qc plots

addPheno

reactive boolean keeping track of phenodata changes

resetReports

reactive boolean indicating whether reports need to be reset

Value

list of reactives containing the uploaded and filtered data as well as the filterChoices on phenotypes

Author(s)

Janina Reeder


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