is_dag.rflow: Checks a graph as represented by Rflow is a acyclic (DAG)

View source: R/rflow_management.R

is_dag.rflowR Documentation

Checks a graph as represented by Rflow is a acyclic (DAG)

Description

Checks a graph as represented by Rflow is a acyclic (DAG)

Usage

is_dag.rflow(x)

Arguments

x

an Rflow object

Value

TRUE is the Rflow is a DAG

Examples

## Not run: 
is_dag(MYRFLOW)

## End(Not run)

vh-d/Rflow documentation built on May 11, 2022, 2:53 a.m.