Nothing
.onLoad <- function(libname, pkgname) {
op <- options()
op.nisrarr <- list(
nisrarr.cache_max_age = 60 * 60,
nisrarr.throttle = 60
)
toset <- !(names(op.nisrarr) %in% names(op))
if (any(toset)) {
options(op.nisrarr[toset])
}
}
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.