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. 11, 2024, 3:58 a.m.