.onLoad <- function(libname, pkgname) {
## load the utils::data
where = asNamespace(pkgname)
utils::data(list = pkgname, package = pkgname, envir = where)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.