R/foo.R

Defines functions foo

Documented in foo

#' Foooooo
#'
#' @param x numeric vector
#'
#' @export
foo <- function(x) {
  mean(x)
}
MSKCC-Epi-Bio/rspm-toy-pkg documentation built on April 13, 2022, 7:02 p.m.