Nothing
# common cases
test_that("inspect_birthmonth detects if birthmonth is correctly provided", {
expect_equal(inspect_birthmonth("KNE12"), TRUE)
expect_equal(inspect_birthmonth("ALS33"), FALSE)
expect_equal(inspect_birthmonth("08DGT"), TRUE)
expect_error(inspect_birthmonth(345))
})
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.