context("Testing Make Filename Function")
filename <- make_filename(2013)
test_that("The function to create a filename works",{
expect_that(filename, is_a("character"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.