tests/testthat/test_pipelines_parse_all_good/pipe_with_custom_fun.R

custom_fun <- function(val1, val2) {
  paste(val1, val2)
}

#' @maestroFrequency 30 minute
pipe <- function() {
  custom_fun(1, 2)
}

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.