tests/testthat/test-vctrs-tidytable.R

test_that("vec_cbind returns a tidytable", {
  new_df <- vec_cbind(data.frame(x = 1:3), tidytable(y = "foo"))

  expect_true(is_tidytable(new_df))
})
markfairbanks/tidydt documentation built on July 4, 2025, 5:13 p.m.