tests/testthat/mod/path/to/01_module.R

#' @export
a_fun_a <- function() {
  "exported a"
}

#' @export
`01_fun` <- function() {
  "exported a"
}

Try the box.linters package in your browser

Any scripts or data that you put into this service are public.

box.linters documentation built on June 26, 2025, 5:07 p.m.