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