Man pages for orbweaver
Fast and Efficient Graph Data Structures

add_edgeAdd an edge to a graph builder
add_pathAdd a path to a graph
build_acyclicBuild a DirectedAcyclicGraph from a builder
build_directedBuild a DirectedGraph from a builder
childrenGet the children on a node
find_all_pathsFind all paths between two nodes
find_pathFind a path between two nodes
find_path_one_to_manyFind the a valid path from one node to many
get_all_leavesGet all the leaf nodes of a graph
get_all_rootsGet the all the root nodes of a graph
get_leaves_as_dfGet leaves as a data frame
get_leaves_underGet the leaf nodes of a graph under some nodes
get_roots_overGet the root nodes of a graph over some nodes
graph_builderA new builder for a graph based on the type
graph_from_binRead the graph from a binary blob
graph_to_binSave the graph into a binary blob
has_childrenChecks if a node in a graph has children
has_parentsChecks if a node in a graph has parents
least_common_parentsFind the least common parents in a graph
nodesGet the nodes in the graph
parentsGet the parents on a node
populate_edgesPopulates the edges of a graph from a 'data.frame'
orbweaver documentation built on June 8, 2025, 11:40 a.m.