make_graph: Graphical Representation of a Task Dependency Structure

View source: R/task_graph.R

make_graphR Documentation

Graphical Representation of a Task Dependency Structure

Description

Graphical Representation of a Task Dependency Structure

Usage

make_graph(delayed_object, graph = NULL, level = 1)

Arguments

delayed_object

the Delayed object to graph

graph

the current graph, usually NULL

level

the level of the node to be graphed, usually NULL


delayed documentation built on May 29, 2024, 5:14 a.m.