identifyTopLevelRecursively: Recursive function to identify the toplogical levels of the functions in a pipeline
Description
Recursive function to identify the toplogical levels of the functions in a pipeline
Usage
identifyTopLevelRecursively(input = list(topDf = dplyr::tibble(), nodes =
c(), edgeDf = dplyr::tibble(), level = 1))