#.mprint <- function(x, digits=4) print(round(x, digits), digits=digits)
.mprint <- function(x, digits=4) print(noquote(format(round(x, digits), digits=digits)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.