context("Load clownfish table from database into R")
test_that("get_fish() pulls clownfish table into R as tibble/data frame") {
expect_type(get_fish(), tibble)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.