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