Nothing
tmp <- as_date("2023-12-24")
test_that("format_u works", {
expect_equal(format_u(tmp), "7")
})
test_that("format_md works", {
expect_equal(format_md(tmp), "12-24")
})
test_that("format_Y works", {
expect_equal(format_Y(tmp), "2023")
})
test_that("format_Y works", {
expect_equal(format_j(tmp), "358")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.