get_parents {orbweaver}R Documentation

Get Parents

Description

Gets the parents of a node.

Usage

get_parents(graph, node)

Arguments

graph

The graph to get the parents from.

node

The ID of the node to get the parents of.

Value

A character vector of the parents of the node.


[Package orbweaver version 0.0.3 Index]