tests/testthat/test-disambiguate.R

test_that("dm_disambiguate_cols() works as intended", {
  expect_snapshot({
    dm_for_flatten() %>%
      dm_disambiguate_cols() %>%
      dm_paste(options = c("select", "keys"))
  })
})

Try the dm package in your browser

Any scripts or data that you put into this service are public.

dm documentation built on May 29, 2024, 11:41 a.m.