tests/testthat/test_pipelines_parse_all_good/dags.R

#' maestroInputs fun1
my_downstream_pipe <- function(.input) {

}

#' maestroOutputs my_dep_pipe
my_upstream_pipe <- function() {
  return(10)
}

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.