Nothing
old_cli_width <- options(cli.width = 200)
if (require("withr")) {
withr::defer(
{
options(old_cli_width)
if (file.exists("Rplots.pdf")) file.remove("Rplots.pdf")
},
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.