Skip to content

Commit

Permalink
Update R/teal_transform_module.R
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Pagacz <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and kpagacz authored Nov 11, 2024
1 parent 3cd4761 commit a0977eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/teal_transform_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#' `shiny` module server function; that takes `id` and `data` argument,
#' where the `id` is the module id and `data` is the reactive `teal_data` input.
#' The server function must return reactive expression containing `teal_data` object.
#' To simplify use [make_teal_transform_server()].
#' To simplify, use [make_teal_transform_server()].
#' @param datanames (`character`)
#' Names of the datasets that are relevant for the module. The
#' filter panel will only display filters for specified `datanames`. The keyword `"all"` will show
Expand Down

0 comments on commit a0977eb

Please sign in to comment.