library(testthat)
library(fars)
test_that("Dataset name test", {
filecl <- class(make_filename(2018))
expect_that(filecl, equals('character'))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.