module_transform_data {teal} | R Documentation |
Module to transform reactive
teal_data
Description
Module calls teal_transform_module()
in sequence so that reactive teal_data
output
from one module is handed over to the following module's input.
Usage
ui_transform_teal_data(id, transformators, class = "well")
srv_transform_teal_data(
id,
data,
transformators,
modules = NULL,
is_transform_failed = reactiveValues()
)
Arguments
id |
( |
transformators |
( |
class |
(character(1)) CSS class to be added in the |
data |
( |
modules |
( |
is_transform_failed |
( |
Value
reactive
teal_data
[Package teal version 0.16.0 Index]