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