get_pkg_data <- function(name,
pkg="EpiCompare"){
utils::data(list = name, package = pkg)
base::get(x = name, envir = asNamespace(pkg))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.