Skip to content

Commit

Permalink
Removed example for expect_dfs_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Aug 25, 2022
1 parent beacae6 commit b95e9de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions R/expect_dfs_equal.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
#' @family test_helper
#'
#' @export
#'
#' @examples
#' library(admiral.test)
#' \donttest{(testthat::test_that("a missing row is detected", {
#' data(admiral_dm)
#' expect_dfs_equal(admiral_dm, admiral_dm[-1L, ], keys = "USUBJID")
#' })}
expect_dfs_equal <- function(base, compare, keys, ...) {
diff <- diffdf::diffdf(base, compare, keys, suppress_warnings = TRUE, ...)
if (diffdf::diffdf_has_issues(diff)) {
Expand Down
7 changes: 0 additions & 7 deletions man/expect_dfs_equal.Rd

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

0 comments on commit b95e9de

Please sign in to comment.