.onLoad <- function(libname, pkgname)
{
#options(digits = 10) # increase digits precision
}
.onUnload <- function(libname, pkgname)
{
#options(digits = 7) # set default
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.