View source: R/zz-create-jobs-mat.R
create_jobs_mat | R Documentation |
create_jobs_mat
create_jobs_mat(x)
x |
a flow object. |
This create a table similar to flowdef, except it has jobids and previous jobids instead of only names. This helps in creating the diagram for the flow. Currently the only way to create a diagram is from a flow object, by calling the function plot_flow.
In future plot_flow may be able to accept a flowdef only.
## Not run:
create_jobs_mat(x = x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.