#' @export
is_active <- function(object, ...) {
UseMethod("is_active")
}
#' @export
is_active.instrumentr_call <- function(object, ...) {
.Call(C_call_is_active, object)
}
#' @export
is_active.instrumentr_callback <- function(object, ...) {
.Call(C_callback_is_active, object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.