| get_labels | R Documentation |
Creates a data.frame of labels for all labelled pipelines in the schedule.
get_labels(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_labels(schedule)
# Alternatively, use the underlying R6 method
schedule$get_labels()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.