Nothing
#* This is an example of an UNSAFE endpoint which
#* does not sanitize user input
#* @get /
#* @query file:string*
function(query) {
# An example of an UNSAFE endpoint.
path <- file.path("./datasets", query$file)
readLines(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.