R/code.R

#' My description is here.
#'
#' These are the details
#' @param a The a param
#' @param b The b param
#' @return some value
#' @export
foo <- function(a, b)
{
    
}
dtenenba/spbtest documentation built on May 15, 2019, 4:55 p.m.