search_for_node {orbweaver}R Documentation

Search for a node inside a graph by name

Description

Searches for nodes with a name that matches the given string.

Usage

search_for_node(graph, node_id, case_sensitive = TRUE)

Arguments

graph

The graph to search in.

node_id

The string to search for.

case_sensitive

Whether the search should be case sensitive.

Value

A character vector of the nodes that match the search.


[Package orbweaver version 0.0.3 Index]