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