create_jobs_mat: create_jobs_mat

Description Usage Arguments Details Examples

View source: R/zz-create-jobs-mat.R

Description

create_jobs_mat

Usage

1

Arguments

x

a flow object.

Details

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.

Examples

1
2
3
## Not run: 
create_jobs_mat(x = x)
## End(Not run)

sahilseth/flowr documentation built on March 20, 2021, 8:44 a.m.