Nothing
#' httpgd: HTTP server graphics device
#'
#' Asynchronous HTTP server graphics device.
#'
#' @name httpgd-package
#' @useDynLib httpgd, .registration=TRUE
"_PACKAGE"
.onLoad <- function(libname, pkgname) {
#httpgd_ipc_open_()
}
#' @importFrom grDevices dev.list dev.off
.onUnload <- function (libpath) {
hgd_close(all = TRUE)
#httpgd_ipc_close_()
library.dynam.unload("httpgd", libpath)
}
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.