#' @export
get_message <- function(object, ...) {
UseMethod("get_message")
}
#' @export
get_message.instrumentr_error <- function(object, ...) {
object$message
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.