create_jobs_mat: create_jobs_mat

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

create_jobs_matR Documentation

create_jobs_mat

Description

create_jobs_mat

Usage

create_jobs_mat(x)

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

## Not run: 
create_jobs_mat(x = x)
## End(Not run)

flow-r/flowr documentation built on Feb. 14, 2025, 5:52 p.m.