Nothing
utils::globalVariables(c("error", "everything", "isDirectory", "name", "params",
"permissions", "query", "error_msg"))
make_server <- function(drill_con) {
sprintf("%s://%s:%s",
ifelse(drill_con$ssl[1], "https", "http"),
drill_con$host, drill_con$port)
}
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.