get_length_weight <- function(dataset__, name){
n.each <- select(dataset__,!!!rlang::syms(name))
return(apply(is.na(n.each),2,sum))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.