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