#' Like table() but with useNA set to 'ifany' by default
#'
#' @param ... vector
#' @return table object
table <- function(...){
base::table(..., useNA='ifany')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.