Nothing
library(webfakes)
app <- new_app()
app$use(mw_log())
app$use(mw_etag())
app$get("/logo", function(req, res) {
res$send_file("Rlogo.png")
})
app$listen(3000L)
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.