test_that("guess works for past", {
expect_identical(guess_WS_from_date("2018-01-01"), "WS262")
})
test_that("guess works for 2008", {
expect_identical(guess_WS_from_date("2008-04-01"), "WS188")
})
test_that("guess works for future", {
expect_identical(guess_WS_from_date("2028-01-01"), "WS306")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.