Nothing
test_that("stats", {
a <- list(A = 1:5, B = 1:2)
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, show_percentage = FALSE)
)
)
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, show_percentage = TRUE)
)
)
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, show_percentage = TRUE, digits = 2)
)
)
})
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.