.onLoad <- function(libname, pkgname) {
invisible(suppressPackageStartupMessages(
sapply(c("snow", "foreach"),
requireNamespace, quietly = TRUE)
))
}
.onUnload <- function (libpath) {
library.dynam.unload("rGEDI4", libpath)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.