Nothing
test_that("standardise_state_names() works", {
expect_equal(standardise_state_names("BE"), "DE-BE")
})
test_that("standardise_state_names() expects state code", {
expect_error(standardise_state_names("ABC"))
})
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.