Nothing
#! /usr/bin/Rscript
library(httpuv)
setwd("~/src/R/biostat3/inst/doc")
runServer(
host = "127.0.0.1", port = 8080,
app = list(
staticPaths = list(
"/" = staticPath(
".",
headers = list(
"Cross-Origin-Opener-Policy" = "same-origin",
"Cross-Origin-Embedder-Policy" = "require-corp"
)
)
)
)
)
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.