Skip to content

Commit d1706e6

Browse files
1441 transformators documentation (#1443)
Part of #1441 A reviewed documentation for `transformators` parameter --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d59e6a0 commit d1706e6

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

R/modules.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ setOldClass("teal_modules")
7373
#' @param server_args (named `list`) with additional arguments passed on to the server function.
7474
#' @param ui_args (named `list`) with additional arguments passed on to the UI function.
7575
#' @param x (`teal_module` or `teal_modules`) Object to format/print.
76-
#' @param transformators (`list` of `teal_transform_module`) that will be applied to transformator module's data input.
77-
#'
76+
#' @param transformators (`list` of `teal_transform_module`) that will be applied to transform module's data input.
77+
#' To learn more check `vignette("data-transform-as-shiny-module", package = "teal")`.
7878
#'
7979
#' @param ...
8080
#' - For `modules()`: (`teal_module` or `teal_modules`) Objects to wrap into a tab.

man/example_module.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/module_transform_data.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/teal_modules.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)