Skip to content

Commit

Permalink
#469 fix_assert_list_element: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Oct 10, 2024
1 parent 248ed8c commit b91bcdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/assertions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1497,16 +1497,16 @@ assert_expr_list <- function(arg, # nolint
#' @export
#'
#' @examples
#'
#' death <- list(
#' dataset_name = "adsl",
#' filter = expr(DTHFL == "Y"),
#' date = expr(DTHDT),
#' date = "DTHDT",
#' censor = 0
#' )
#'
#' lstalv <- list(
#' dataset_name = "adsl",
#' date = expr(LSTALVDT),
#' date = "LSTALVDT",
#' censor = 1
#' )
#'
Expand Down
6 changes: 3 additions & 3 deletions man/assert_list_element.Rd

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

0 comments on commit b91bcdb

Please sign in to comment.