Description Usage Arguments Value Examples
Plot the job dependency tree
1 | plot_dependency(job_id, job_tb = NULL)
|
job_id |
A job ID. |
job_tb |
A table from |
No value is returned.
1 2 3 4 5 6 7 | ## Not run:
job1 = random_job()
job2 = random_job()
job3 = random_job(dependency = c(job1, job2))
plot_dependency(job3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.