Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 7, 2024
1 parent 95b5069 commit aded389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ format.teal_module <- function(

#' @rdname teal_modules
#' @examples
#' custom_module <- function(label = "label", ui_args = NULL, server_args = NULL, datanames = "all", transformers = list(), bk = FALSE) { # nolint line_length
#' custom_module <- function(
#' label = "label", ui_args = NULL, server_args = NULL,
#' datanames = "all", transformers = list(), bk = FALSE) {
#' ans <- module(
#' label,
#' server = function(id, data, ...) {},
Expand Down
4 changes: 3 additions & 1 deletion 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 aded389

Please sign in to comment.