R/test.R

Defines functions echo

Documented in echo

#' @import raster
#' @import parallel
#' @import stats
NULL


#' Echo
#' 
#' This function echos whatever you give it.
#' 
#' @param echo A word or sentence to echo
#'
#' @export
#' @examples
#'
#' echo('This is a test')


echo = function(echo){
  return(echo)
}
rwelt/newgitR documentation built on May 20, 2019, 3:28 p.m.