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/tidytable documentation built on Jan. 24, 2025, 8:25 a.m.