tests/testthat/test_pipelines_parse_all_bad/test_pipeline_no_func.R

# This is just a boring script - no functions
data.frame(
  id = 1:100,
  val = rnorm(100)
)

# Here's a custom function, but with no tags
my_fun <- function() {
  print("Nothing")
}

Try the maestro package in your browser

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

maestro documentation built on June 8, 2025, 10:44 a.m.