Nothing
test_that("Oz_butterflies_summary works", {
# This really just checks that the function runs without error and returns something
# Just read the test database
sum <- Oz_butterflies_summary(testthat::test_path("testdata/db"))
expect_equal(sum$Families, 5)
expect_gte(ncol(sum), 11)
})
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.