#' Create leading zeros
#' @export
create_leading_zeros = function(x, digit) {
with_options(c(scipen = 999),
str_pad(x, digit, pad = "0"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.