Skip to content

Commit 4d10d23

Browse files
committed
docs: add parameter documentation
1 parent e4ad8a2 commit 4d10d23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/utils.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ assert_single_selection <- function(x,
283283
#' @param expr (`expression` or `reactive`) to evaluate on the output of the decoration.
284284
#' When an expression it must be inline code. See [within()]
285285
#' Default is `NULL` which won't evaluate any appending code.
286-
#' @param expr_is_reactive ()
286+
#' @param expr_is_reactive (`logical(1)`) whether `expr` is a reactive expression
287+
#' that skips defusing the argument.
287288
#' @details
288289
#' `srv_decorate_teal_data` is a wrapper around `srv_transform_teal_data` that
289290
#' allows to decorate the data with additional expressions.

man/srv_decorate_teal_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.

0 commit comments

Comments
 (0)