R/get_call.R

Defines functions get_call.instrumentr_error get_call

#' @export
get_call <- function(object, ...) {
    UseMethod("get_call")
}

#' @export
get_call.instrumentr_error <- function(object, ...) {
    object$call
}
PRL-PRG/instrumentr documentation built on Feb. 26, 2021, 5:12 p.m.