tests/testthat/testfolder/first.R

f <- function(foo, bar) {
  f()
  g()
}

g <- function(foobar) {
  h()
  utils::untar(foobar)
}

h <- function() {
  print('hello')
}

iso <- function() {
  ## This is never called
}

k <- function() {
  x()
}
MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.