Skip to content

Commit

Permalink
Update vignettes/data-transform-as-shiny-module.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Rucki <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and pawelru authored Nov 18, 2024
1 parent fd78283 commit 9e00183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/data-transform-as-shiny-module.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vignette: >

[`teal_transform_module()`](https://insightsengineering.github.io/teal/latest-tag/reference/teal_transform_module.html) is a Shiny module that takes `ui` and `server` arguments. When provided, `teal` will execute data transformations for the specified module when it is loaded and whenever the data changes. `server` extend the logic behind data manipulations, where `ui` extends filter panel with new UI elements that orchestrate the transformator inputs.

`teal` version `0.16` introduced new argument in `teal::module` called `transformators`.
`teal` version `0.16` introduced a new, optional argument in `teal::module` named `transformators`.
This argument allows to pass a `list` of `"teal_data_module"` class of objects created using [`teal_transform_module()`](https://insightsengineering.github.io/teal/latest-tag/reference/teal_transform_module.html) function.

The main benefit of `teal_transform_module()` is the ability to transform data before passing it
Expand Down

0 comments on commit 9e00183

Please sign in to comment.