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)