Nothing
record_use <- function(hook) {
function(...) {
h <- globalenv()$hooks
h$events <- c(h$events, hook)
}
}
.onLoad <- record_use("pkg_load")
.onUnload <- record_use("pkg_unload")
.onAttach <- record_use("pkg_attach")
.onDetach <- record_use("pkg_detach")
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.