fruitsTab: Server Function for the FRUITS Module / Tab

View source: R/01-server.R

fruitsTabR Documentation

Server Function for the FRUITS Module / Tab

Description

Server Function for the FRUITS Module / Tab

Usage

fruitsTab(
  input,
  output,
  session,
  isoMemoData = function() {
     list(data = NULL, event = NULL)
 },
  isoDataExport = function() {
     list(data = NULL, event = NULL)
 }
)

Arguments

input

input

output

output

session

session

isoMemoData

data from IsoMemo App

isoDataExport

data to export to IsoMemo App


Pandora-IsoMemo/resources documentation built on Nov. 21, 2024, 3:56 a.m.