tests/testthat/test-organize_cno.R

test_that("checkear shape", {
  bases <- suppressWarnings(dplyr::bind_rows(toybase_individual_2016_03, toybase_individual_2016_04))
  bases_cno <- bases %>% organize_cno()
  expect_equal(ncol(bases_cno), 181)
})
rindec/eph documentation built on Oct. 10, 2023, 6:19 p.m.