.onLoad <-
function(libname,
pkgname) {
x <-
tryCatch(
read_cdm_wiki_table(),
error = function(e) NULL
)
if (is.null(x)) {
packageStartupMessage(
"Error: when reading GitHub Wiki <https://ohdsi.github.io/CommonDataModel/cdm60.html>"
)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.