R/test.R

#' This is a quick test
#'
#' @param x is an object
#' @return y is the output
#' @export

test <- function(x){
  return(x+2)
}
thomaswiemann/SMLpractical documentation built on May 28, 2019, 12:23 p.m.