R/math.R

sum <- function(first_summand, second_summand) {
  # return
  first_summand + second_summand
}
thatsIch/r-test-environment documentation built on May 31, 2019, 9:09 a.m.