R/functions.R

# for testing purposes only... feel free to modify

f1 <- function(x) {
  f3(3)
  }

f2 <- function(x) {}

f3 <- function(x) {
  f2(4)
  f2(7)
  }

f4 <- function(x) {
  f2(5)
}
jtr13/testpkg documentation built on May 30, 2019, 4:04 p.m.