You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/decorate-module-output.Rmd
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,9 @@ if (interactive()) {
311
311
312
312
### Example Module
313
313
314
-
It is possible to pass any number of decorators (n) to a module. The example below demonstrates how to handle a dynamic number of decorators, allowing the user to choose which decorator to apply from a list. This makes the module more flexible and capable of accommodating various customization requirements.
314
+
It is possible to pass any number of decorators (n) to a module.
315
+
The example below demonstrates how to handle a dynamic number of decorators, allowing the user to choose which decorator to apply from a list.
316
+
This makes the module more flexible and capable of accommodating various customization requirements.
0 commit comments