test_that("theme_TWRI_pres", {
x <- ggplot(dissolved_oxygen) +
geom_point(aes(end_date, min_do)) +
theme_TWRI_pres()
testthat::expect_s3_class(x, "ggplot")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.