Skip to content

Commit

Permalink
Update vignettes/decorate-module-output.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 9de76b9 commit f90bb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/decorate-module-output.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static_decorator <- teal_transform_module(

To simplify the repetitive elements of writing new decorators
(e.g., `function(id, data), moduleServer, reactive, within(data, ...)`),
you can use the `make_teal_transform_server(expr)` convenience function, which takes a `language` as input:
you can use the [`make_teal_transform_server()`](https://insightsengineering.github.io/teal/latest-tag/reference/make_teal_transform_server.html) convenience function, which takes a `language` as input:

```{r}
static_decorator_lang <- teal_transform_module(
Expand Down

0 comments on commit f90bb77

Please sign in to comment.