#' @title Amount of missing data
#' @export
#'
#'
tar_missing <- function(ncmscs_full) {
(sum(is.na(ncmscs_full)) / prod(dim(ncmscs_full))) * 100
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.