R/minimal.R

Defines functions echo

Documented in echo

#' Returns the input
#' @param x An input value
#' @return The input value again
#' @export
echo <- function(x) {
  x
}
richelbilderbeek/travis_r_vignette documentation built on May 27, 2019, 8:46 a.m.