requireHere <- function(pkg){
if (!requireNamespace(pkg, quietly = TRUE)) {
stop(sprintf('Package "%s" needed for this function to work. Please install it.',
pkg),
call. = FALSE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.