#' List of ...
#'
#' @export
listname.lst <- c('')
# .onAttach <- function(libname, pkgname) {
# packageStartupMessage(
# )
# }
# .onLoad <- function(libname, pkgname) {
# oop <- options()
# opts <- list(
# pkgname.optname = " option value goes here "
# )
# toset <- !(names(opts) %in% names(oop))
# if(any(toset)) options(opts[toset])
#
# invisible()
# }
# .onUnload <- function(libname, pkgname) {
#
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.