R/add.R

Defines functions add

add <- function(x, y) {
  x + y - 1
}
unisg-progr-19/interest documentation built on Dec. 23, 2019, 6:33 p.m.