View source: R/create_orchestrator.R
create_orchestrator | R Documentation |
Create a new orchestrator
create_orchestrator(
path,
type = c("R", "Quarto", "RMarkdown"),
open = interactive(),
quiet = FALSE,
overwrite = FALSE
)
path |
file path for the orchestrator script |
type |
file type for the orchestrator (supports R, Quarto, and RMarkdown) |
open |
whether or not to open the script upon creation |
quiet |
whether to silence messages in the console (default = |
overwrite |
whether to overwrite an existing orchestrator or maestro project |
invisible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.