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