tests/testthat/encapsulation.R

will.not.be.exposed <- TRUE

hello.world <- 'hello world!'

sum <- function(t1, t2) {
  return (t1 + t2)
}

module.exports = list(hello.world = hello.world, sum = sum)
rickwargo/lrequire documentation built on May 27, 2019, 8:48 a.m.