R/hello.R

#' Title
#'
#' @param x ome data
#'
#' @return less data
#' @export
#'
#' @examples
#' hello(mtcars)
hello <- function(x) {
  return(head(x))
}
noamross/testdat documentation built on May 23, 2019, 9:31 p.m.