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: Dawid Kałędkowski <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
  • Loading branch information
averissimo and gogonzo authored Dec 19, 2024
1 parent 9676b10 commit 4e6d738
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 @@ -79,7 +79,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()`] convenience function, which takes a `language` as input:
you can use the `make_teal_transform_server()` convenience function, which takes a `language` as input:

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

0 comments on commit 4e6d738

Please sign in to comment.