tests/testthat/test_years.R

test_that("Test years prints",{
  expect_equal(years("poptotal"),
               "1900-2008,2012-2017")
  expect_equal(years(c("poptotal", "popfemale")),
               c("1900-2008,2012-2017",
                 "1994-2010"))
})
shaylafolson/cspp documentation built on Aug. 17, 2020, 12:31 a.m.