powered by
Generates the Nodes and Edges of a set of functions in an R package or directory
buildPackageGraph(x, unique.edges = TRUE, only.connected = FALSE)
A named list of length 2 containing a character vector of nodes and a data.frame of edges.
A character string specifying the path to an R package or directory
Logical indicating whether there should be only a single edge between nodes. DEFAULT: TRUE
Logical indicating whether unconnected nodes should be removed from the graph. DEFAULT: FALSE
system.file("extdata", package = "pkgGraphR") |> buildPackageGraph()
Run the code above in your browser using DataLab