Nothing
test_that("show_elements", {
a <- list(A = c("apple", "pear", "peach"), B = c("apple", "lemon"))
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, show_elements = TRUE)
)
)
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, show_elements = TRUE, label_sep = "\n") # show elements in line
)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.