Nothing
test_that("Rejects incorrectly formatted dates", {
expect_error(format_ay_reverse(19858))
expect_error(format_ay_reverse(1985))
expect_error(format_ay_reverse(1985867))
expect_error(format_ay_reverse("1999c"))
expect_error(format_ay_reverse("abcdef"))
expect_error(format_ay_reverse("1985--98"))
})
test_that("Converts correctly", {
expect_equal(format_ay_reverse("1999/20"), "199920")
})
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.