Description Usage Arguments Value Examples
Get the dependency of current jobs
1 | get_dependency(job_tb = NULL)
|
job_tb |
A table from |
If there is no dependency of all jobs, it returns NULL
. If there are dependencies,
it returns a list of three elements:
dep_mat
:a two column matrix containing dependencies from parents to children.
id2name
:a named vector containing mapping from job IDs to job names.
id2stat
:a named vector containing mapping from job IDs to job status.
1 2 3 4 | ## Not run:
get_dependency()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.