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