R/calcs.R

Defines functions sum

sum <- function(a, b){
  return (a+b)
}
lnyman1/rtestreporter documentation built on July 20, 2020, 12:55 a.m.