tests/testthat/test-bind-data.R

test_that("bind_datas", {
  expect_identical(ps_bind_datas(), tibble::tibble())
  mtcars <- datasets::mtcars
  expect_equal(ps_bind_datas(), mtcars, check.attributes = FALSE)
  expect_identical(ps_bind_datas(), tibble::tibble())
})
poissonconsulting/poisdata documentation built on Jan. 17, 2025, 10:27 p.m.