context("test-myplot")
test_that("myplot works", {
myplot_output <- myplot()
expect_equal(length(myplot_output),
9)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.