#' compute modal value #' #' @param x Numeric. #' #' @export modal <- function(x) { names(which.max(table(x))) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.