find_all_paths {orbweaver}R Documentation

Find all paths between two nodes

Description

Finds all paths between two nodes.

Usage

find_all_paths(graph, from, to)

Arguments

graph

The graph to search in.

from

The ID of the node to start the search from.

to

The ID of the node to end the search at.

Value

A list of character vectors of the paths between the two nodes.


[Package orbweaver version 0.0.3 Index]