.onLoad <- function(libname, pkgname){
# replaces potentially logR default value to same from function
if(is.null(lm <- getOption("logR.meta")) || identical(lm, list())) options("logR.meta" = function(...) list())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.