#' Function to count NAs #' #' @param x A vector of values #' @export NA.count <- function(x){ sum(is.na(x))/length(x) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.