R/f.test.R

#' @title Test
#'
#' @description Testing the world
#'
#' @param
#'
#' @return NULL
#'
#' @examples
#'
#' @export f.test
#'

f.test<-function(x){
  print(paste("hello, ",x))
}
eliascis/ecRutils documentation built on July 2, 2019, 11:05 p.m.