flowR_server: flowR app main server function

Description Usage Arguments

View source: R/flowR_server.R

Description

flowR app main server function

Usage

1
flowR_server(session, input, output, modules = NULL)

Arguments

session

shiny session

input

shiny input

output

shiny output

modules

Names of a shiny modules (server function) to integrate to the app. The name of the ui function should be made of the name of the module's server function with the suffix 'UI'. In addition, the module should take the reactiveValues object 'rval' as input and return it as an output.


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.