#' Tests if a vector is character(0), i.e., has length 0.
#' @param x A vector.
#' @examples
#' @export
is.chr0 <- function(x){
length(x) == 0
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.