# Creates a new maestro project with an R orchestrator
if (interactive()) {
new_proj_dir <- tempdir()
create_maestro(new_proj_dir, type = "R", overwrite = TRUE)
create_maestro(new_proj_dir, type = "Quarto", overwrite = TRUE)
}
Run the code above in your browser using DataLab