R/func.R

Defines functions func

Documented in func

#' @title Print  function
#'
#' @param x an object of \code{list} class
#' @importFrom dplyr %>%
#' @export
#' @details Costam robi
#' @return \code{NULL} (invisible)
#' @seealso \code{\link[base]{debug}}
func <- function(x){
  sapply(x,mean)
}
granatb/print2 documentation built on Nov. 4, 2019, 1:22 p.m.