#' @importFrom rlang !!
#' @importFrom rlang !!!
get_expr <- function(q) {
formula <- rlang::eval_tidy(rlang::quo_get_expr(q), rlang::quo_get_env(q))
rlang::expr(!!formula[[2]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.