#' @noRd
stop2 <- function(...) stop(..., call. = FALSE)
#' @noRd
asrt <- function(expr, ...) if (!expr) stop2(...)
#' @noRd
format_num <- function(x) {
format(
x,
big.mark = ",", scientific = FALSE, trim = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.