Skip to content

Commit

Permalink
rephrase (#1457)
Browse files Browse the repository at this point in the history
closes #1219

Co-authored-by: Marcin <[email protected]>
Co-authored-by: Lluís Revilla <[email protected]>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent 72be1dc commit bfedc2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ setOldClass("teal_modules")
#' - `input`, `output`, `session` - (optional; not recommended) When provided, then [shiny::callModule()]
#' will be used to call a module. From `shiny` 1.5.0, the recommended way is to use
#' [shiny::moduleServer()] instead which doesn't require these arguments.
#' - `data` (optional) When provided, the module will be called with `teal_data` object (i.e. a list of
#' reactive (filtered) data specified in the `filters` argument) as the value of this argument.
#' - `data` (optional) If the server function includes a `data` argument, it will receive a reactive
#' expression containing the `teal_data` object.
#' - `datasets` (optional) When provided, the module will be called with `FilteredData` object as the
#' value of this argument. (See [`teal.slice::FilteredData`]).
#' - `reporter` (optional) When provided, the module will be called with `Reporter` object as the value
Expand Down
4 changes: 2 additions & 2 deletions man/teal_modules.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfedc2c

Please sign in to comment.