Nothing
local({
if (log_support()) {
path <- tempfile()
expect_false(log_active())
log_start(seconds = 0.5, path = path)
expect_true(log_active())
log_stop()
Sys.sleep(2)
expect_false(log_active())
unlink(path)
}
})
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.