Skip to content

Commit

Permalink
update exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Jun 17, 2023
1 parent efbc46e commit 1e77a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions R/rtables_access.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ h_row_first_values <- function(table_row,
#'
#' @examples
#' # Row counts (integer values)
#' \donttest{
#' h_row_counts(tree_row_elem) # Fails because there are no integers
#' }
#' # h_row_counts(tree_row_elem) # Fails because there are no integers
#' # Using values with integers
#' tree_row_elem <- collect_leaves(tbl[3, ])[[1]]
#' result <- h_row_counts(tree_row_elem)
Expand Down
4 changes: 1 addition & 3 deletions man/rtables_access.Rd

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

0 comments on commit 1e77a69

Please sign in to comment.