paste3_formatter <- function(m, l, u, d){
paste0(format(m,digits=d),
" [",
format(l,digits=d),
", ",
format(u,digits=d),
"]")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.