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