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