`bits.per.integer` <-
function() { # Function by Bill Dunlap; R currently doesn't
# support 64-bit arithmetic
round(log2(.Machine$integer.max)+1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.