#' is.empty
#'
#' is value empty.
#' @param value object to check length
#' @return True if length > 0
#' @export
is.empty<-function(value){
return(length(value)>0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.