library(testthat)
library(BuildingRPackagesFinalProject)
test_that("FARS_tests", {
expect_that(fars_read(make_filename(2015)), is_a("tbl_df"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.