module_transform_data | R Documentation |
reactive
teal_data
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.
ui_transform_teal_data(id, transformators, class = "well")
srv_transform_teal_data(
id,
data,
transformators,
modules = NULL,
is_transform_failed = reactiveValues()
)
id |
( |
transformators |
( |
class |
(character(1)) CSS class to be added in the |
data |
( |
modules |
( |
is_transform_failed |
( |
reactive
teal_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.