# This file is named zzz by convention
# Handles package load tasks and cleanup after unload
# Package on load
.onLoad <- function(libname, pkgname) {
}
.onUnLoad <- function(libname, pkgname) {
if (exists(ari.env)) rm(ari.env)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.