tests/testthat/test_pipelines_fan_in/fanin.R

#' @maestroFrequency daily
letter_a <- function() {
  'a'
}

#' @maestroFrequency daily
letter_b <- function() {
  'b'
}
  
#' @maestroInputs collect(letter_a, letter_b)
ab <- function(.input) {
  paste0(.input$letter_a, .input$letter_b)
}

Try the maestro package in your browser

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

maestro documentation built on July 2, 2026, 5:07 p.m.