#' Outliers
#'
#'Identify outliers using the heuristic (outside of 1.5*IQR)
#'
#' @param list
#'
#' @return
#' @export
#'
#' @examples
outliers <- function(list){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.