op <- options()
.onLoad <- function(libname, pkgname){
options("rgdal_show_exportToProj4_warnings"="thin")
invisible()
}
.onUnload <- function(libname, pkgname){
options(op)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.