#' counting the non-missing value
#' @description Given a vector with missing value, return the number of non-missing
#' @param x: a vector
count.n<-function(x){sum(!is.na(x))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.