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

})

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.