#' @title Print number with fixed digits
#' @export
fixed_digits <- function(xs, n = 2) {
formatC(xs, digits = n, format = "f")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.