R/test_function.R

Defines functions test_function

test_function = function(a, b) {
  c = a + b
  return(c)
}
jjagdeo/watercalcs documentation built on March 12, 2020, 1:24 a.m.