tests/testthat/test_year.R

context("years")

test_that("year choice is enforced", {

    expect_error(get_diet(year = "1999"))
    expect_error(get_demo(year = "1999"))
    expect_error(get_fped(year = "1999"))

})

Try the hei package in your browser

Any scripts or data that you put into this service are public.

hei documentation built on Aug. 18, 2017, 1:03 a.m.