Learn R Programming

analysisPipelines (version 1.0.2)

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))

Arguments