dev/add-example.R

add2 <- function(x, y = NULL) {
  if (is.null(y)) return(x + x)
  s <- x + (y * 2)
  z <- 100
  return(x + y)
}
jesse-smith/covidprod documentation built on Oct. 11, 2021, 5:34 p.m.