create_jobs_mat {flowr}R 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)

[Package flowr version 0.9.11 Index]