Nothing
## Look for detritus files
testme <- as.environment("testme")
local({
delta <- diff_connections(get_connections(), testme[["testme_connections"]])
if (any(lengths(delta) > 0)) {
message(sprintf("Detritus connections generated by test %s:", sQuote(testme[["name"]])))
print(delta)
}
})
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.