Skip to content

Commit

Permalink
Update vignettes/creating-custom-modules.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Nina Qi <[email protected]>
Signed-off-by: Dony Unardi <[email protected]>
  • Loading branch information
donyunardi and kumamiao authored Nov 6, 2024
1 parent 5617508 commit 7e24cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/creating-custom-modules.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vignette: >
The `teal` framework provides a large catalog of plug-in-ready analysis modules to be incorporated into `teal` applications.
However, it is also possible to create your own modules using the `module` function.

In this guide, we will convert a simple histogram formula into a robust `teal` module:
In this guide, we will use the simple histogram below as an example, and demonstrate how to convert this histogram function into a robust `teal` module step-by-step:
```r
hist(dataset[, selected], las = 1)
```
Expand Down

0 comments on commit 7e24cee

Please sign in to comment.