R/helpers.R

Defines functions add

add <- function(a, b) {
  a + b
}
telegott/r.example documentation built on March 24, 2022, 2:45 p.m.