Nothing
# Calculate variable lengths
calcM = function(ub, ...){
nx = length(ub)
M = c()
for(i in 1:nx)
M = c(M, length(int2bin(ub[i])))
return(M)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.