context("finding filename from NOAA webpage")
test_that("Can find filename for 1999", {
skip_on_cran()
expect_equal(length(find_file_name(year = 1999)), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.