test_that("abs_age_state() returns the right shape", {
expect_snapshot(abs_age_state("NSW"))
})
test_that("abs_age_state() returns an error", {
expect_snapshot(
error = TRUE,
abs_age_state("Imaginary World")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.