########################################################################################################################
is.Logger <- function(x) {
is_logger <- inherits(x, what = "Logger")
return(is_logger)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.