srv_transform_teal_data that allows to decorate the dataWrappers around srv_transform_teal_data that allows to decorate the data
srv_decorate_teal_data(id, data, decorators, expr, expr_is_reactive = FALSE)ui_decorate_teal_data(id, decorators, ...)
(character(1)) shiny module instance id.
(reactive returning teal_data)
(expression or reactive) to evaluate on the output of the decoration.
When an expression it must be inline code. See within()
Default is NULL which won't evaluate any appending code.
(logical(1)) whether expr is a reactive expression
that skips defusing the argument.
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.