data(tips)
test_that("ggally-cor", {
expect_silent(
p <- ggally_cor_v1_5(tips, ggplot2::aes(!!as.name("total_bill"), !!as.name("tip")))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.