comma_pad <- function(x, n) { stri_pad_left( str = scales::comma(x, 1), width = n, pad = " " ) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.