#' @export
normalize <- function(h, expr, trimmed_expr) {
.Call(C_normalize, h, expr, trimmed_expr)
}
#' @export
normalize_expr <- function(expr) {
.Call(C_normalize_expr, expr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.