Nothing
# Redirect all graphics to a null device for the test session.
# This prevents bare plot() calls and vdiffr snapshot rendering from
# appearing in the interactive graphics device (e.g. the RStudio viewer).
# vdiffr opens its own svglite device on top of this one, so snapshot
# tests are unaffected.
pdf(NULL)
withr::defer(dev.off(), teardown_env())
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.