library(testthat)
library(drenplot)
test_that("example_plot returns a plot",
expect_equal(
class(build_example()),
c("gtable", "gTree", "grob", "gDesc")
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.