Nothing
check_package = function(package = "ggVennDiagram"){
if (!requireNamespace(package, quietly = TRUE)){
stop(paste("The", package, "package is not found in your library paths.",
" It is required to show intersections interactively.",
" Please run `install.packages('package')` and retry.",
collapse = "\n"))
}
}
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.