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