Nothing
library(tinytest)
library(tinysnapshot)
# # Skip tests if not on Linux
ON_LINUX = Sys.info()["sysname"] == "Linux"
if (!ON_LINUX) exit_file("Linux snapshots")
options("tinysnapshot_os" = "Linux")
options("tinysnapshot_device" = "svglite")
options("tinysnapshot_device_args" = list(user_fonts = fontquiver::font_families("Liberation")))
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.