dwww Home | Show directory contents | Find package

expect_drop <- function(x, value) {
  drop <- dplyr::group_by_drop_default(x)
  if (value) {
    expect_true(drop)
  } else {
    expect_false(drop)
  }
}

Generated by dwww version 1.15 on Sat May 18 09:37:41 CEST 2024.