zero2na <- function(x) ifelse(x == 0, NA, x)
str_count <- function(x){
unname(sapply(x, function(y) length(strsplit(y, "")[[1]])))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.