#' @export
add_function <- function(package, func) {
stopifnot(is_instrumentr_package(package))
stopifnot(is_instrumentr_function(func))
.Call(C_package_add_function, package, func)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.