tests/testthat/packages/package1/R/foo.R

foo <- function(x) {
  if (missing(x)) {
    cat("one")
  } else {
    cat(x)
  }
}
robertzk/super documentation built on May 27, 2019, 11:37 a.m.