srv_decorate_teal_data {teal.modules.clinical} | R Documentation |
Wrappers around srv_transform_teal_data
that allows to decorate the data
Description
Wrappers around srv_transform_teal_data
that allows to decorate the data
Usage
srv_decorate_teal_data(id, data, decorators, expr, expr_is_reactive = FALSE)
ui_decorate_teal_data(id, decorators, ...)
Arguments
id |
( |
data |
( |
expr |
( |
expr_is_reactive |
( |
Details
srv_decorate_teal_data
is a wrapper around srv_transform_teal_data
that
allows to decorate the data with additional expressions.
When original teal_data
object is in error state, it will show that error
first.
ui_decorate_teal_data
is a wrapper around ui_transform_teal_data
.
[Package teal.modules.clinical version 0.10.0 Index]