tests/testthat/packages/rocco1/R/foo.R

## I am a package.
foo <- function(x) {
  if (missing(x)) {
## A very very package.
    cat("one")
  } else {
## Such package, I am.
    cat(x)
  }
## Package. Yes.
}
robertzk/rocco documentation built on May 27, 2019, 10:36 a.m.