Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Feb 7, 2024
1 parent 4aa15ff commit f8547a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
#' @param server (`function`) `shiny` module with following arguments:
#' - `id` - `teal` will set proper `shiny` namespace for this module (see [shiny::moduleServer()]).
#' - `input`, `output`, `session` - (not recommended) then [shiny::callModule()] will be used to call a module.
#' - `data` (optional) If present, module will receive a `teal_data` object, a list of reactive (filtered) data specified in
#' the `filters` argument.
#' - `data` (optional) If present, module will receive a `teal_data` object, a list of reactive (filtered)
#' data specified in the `filters` argument.
#' - `datasets` (optional) If present, module will receive `FilteredData`. (See [`teal.slice::FilteredData`]).
#' - `reporter` (optional) If present, module will receive `Reporter`. (See [`teal.reporter::Reporter`]).
#' - `filter_panel_api` (optional) If present, module will receive `FilterPanelAPI`. (See [`teal.slice::FilterPanelAPI`]).
#' - `filter_panel_api` (optional) If present, module will receive `FilterPanelAPI`.
#' (See [`teal.slice::FilterPanelAPI`]).
#' - `...` (optional) If present, `server_args` elements will be passed to the module named argument or to the `...`.
#' @param ui (`function`) `shiny` UI module function with following arguments:
#' - `id` - `teal` will set proper `shiny` namespace for this module.
Expand Down
7 changes: 4 additions & 3 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 f8547a6

Please sign in to comment.