Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Nov 11, 2024
1 parent f33669d commit 8182e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/decorate-modules-output.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Writing a decorator that applies to any module can be challenging because differ
It is recommended to create a library of decorator functions that can be adapted to the specific object names used in `teal` modules.
In the following example, focus on the `output_name` parameter to see how decorator can be applied to multiple modules:

```{r}
```{r}
gg_xlab_decorator <- function(output_name) {
teal_transform_module(
ui = function(id) {
Expand Down Expand Up @@ -175,7 +175,7 @@ failing_decorator <- teal_transform_module(
})
}
)
```
```

## Example Module

Expand Down

0 comments on commit 8182e6d

Please sign in to comment.