Nothing
test_that("color and size", {
a <- list(A = 1:4, B = c(1,3,5))
expect_snapshot(
normalize_ggvenn_output(
ggvenn(a, stroke_linetype = 2, stroke_size = 0.5,
set_name_color = "red", set_name_size = 15,
fill_color = c("pink", "gold"))
)
)
})
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.