test_that("`plot.see_easycormatrix()` works", {
result <- correlation::correlation(mtcars[, -(8:9)])
s <- summary(result)
expect_s3_class(suppressWarnings(plot(s)), "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.