test_that("ggteo works", {
library(ggplot2)
graph <- ggteo(mpg) + geom_bar(aes(hwy))
testthat::expect_equal(attr(graph, "class"), c("gg", "ggplot"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.