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")

})
vpnagraj/hei documentation built on May 3, 2019, 6:41 p.m.