Learn R Programming

analysisPipelines (version 1.0.2)

identifyTopologicalLevels: Identifies the topological levels of the functions in a pipeline

Description

Identifies the topological levels of the functions in a pipeline

Usage

identifyTopologicalLevels(nodes = c(), edgeDf = dplyr::tibble(),
  topDf = dplyr::tibble(id = character(), level = character()),
  level = 1)

Arguments