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