tests/testthat/test_fped.R

context("fped")

test_that("get_fped returns a data frame", {

    fped <- get_fped("2005/2006", day = "both")

    expect_is(fped, "data.frame")

})
timfolsom/hei documentation built on May 27, 2019, 7:46 a.m.