R/testFun.R

Defines functions testFun

Documented in testFun

#' testFun
#'
#' @name testFun
#' @rdname testFun
#' @author Martin Enge
#' @examples
#'
#' testFun('matrin')
#'
#' @export

testFun <- function(name) {
  print(paste("my name is: ", name, sep = " "))
}
carolinedriescher/testPackage documentation built on May 28, 2019, 7:14 p.m.