get_flags | R Documentation |
Creates a long data.frame where each row is a flag for each pipeline.
get_flags(schedule)
schedule |
object of type MaestroSchedule created using |
data.frame
if (interactive()) {
pipeline_dir <- tempdir()
create_pipeline("my_new_pipeline", pipeline_dir, open = FALSE)
schedule <- build_schedule(pipeline_dir = pipeline_dir)
get_flags(schedule)
# Alternatively, use the underlying R6 method
schedule$get_flags()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.