#' Get number of uppercase letters
#' @export
nchar_upper_letter <-
function(vector) {
nchar(gsub("[^A-Z]", "", as.character(vector)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.