context("convert between date formats")
test_that("date_to_yymmdd() works", {
expect_identical(date_to_yymmdd("2022-02-18"), "220218")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.