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