big_mark <- function (x, ...) {
mark <- if (identical(getOption("OutDec"), ",")) "." else ","
formatC(x, big.mark = mark, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.