inst/doc/maestro-2-motivation-concepts.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)


## ----eval=FALSE---------------------------------------------------------------
# #' my_pipe maestro pipeline
# #'
# #' @maestroFrequency 1 day
# #' @maestroStartTime 2024-05-24
# 
# my_pipe <- function() {
# 
#   random_data <- data.frame(
#     letters = sample(letters, 10),
#     numbers = sample.int(10)
#   )
# 
#   write.csv(random_data, file = tempfile())
# }


## ----eval=FALSE---------------------------------------------------------------
# library(maestro)
# 
# schedule <- build_schedule()
# 
# run_schedule(
#   schedule,
#   orch_frequency = "1 hour"
# )

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.