#' The Head Eats The Tail
#'
#' Replace \code{tail} with \code{head}
#'
#' @param ... Arguments passed to code{head}.
#'
#' @importFrom utils head
#' @export
tail <- function(...) head(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.