#' @exportS3Method all.equal connection
all.equal.connection <- function(target, current, ...) {
if (!identical(target, current)) {
return("Connections differ")
}
TRUE
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.