n_digits <- function(x){ x = as.character(x) n = length(unlist(strsplit(x, split="") ) ) return(n) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.