R/test.R

#' @title greg
#' 
#' 
#' @description What it does
#' 
#' @details Describe the function
#' 
#' @param 
#' 
#' @return What is returned?  

#' 
#' @export greg


greg <- function(x){
  x^2
}
gjm112/AUCCI documentation built on May 17, 2019, 6:03 a.m.