Learn R Programming

flowr (version 0.9.11)

create_jobs_mat: 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

Run this code
# NOT RUN {
create_jobs_mat(x = x)
# }

Run the code above in your browser using DataLab