test_that("date_stamp is consistent", {
expect_identical(
date_stamp(Sys.Date()),
format(Sys.Date(), format = "%A, %d %B %Y")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.