Create a new orchestrator
create_orchestrator(
path,
type = c("R", "Quarto", "RMarkdown"),
open = interactive(),
quiet = FALSE,
overwrite = FALSE
)
invisible
file path for the orchestrator script
file type for the orchestrator (supports R, Quarto, and RMarkdown)
whether or not to open the script upon creation
whether to silence messages in the console (default = FALSE
)
whether to overwrite an existing orchestrator or maestro project