find_links: Find links attached to a node or multiple nodes of interest

Description Usage Arguments

View source: R/traverse.R

Description

Find links attached to a node or multiple nodes of interest

Usage

1
find_links(nodes, links, direction = "both", type = NA)

Arguments

nodes

a string vector of nodes

links

a master list of links to filter nodes from

direction

c('both', 'in', 'out') filter the links down by direction. 'in' edges only include target nodes and 'out' edges only include source nodes

type

filter links by type


beemyfriend/tinkR documentation built on May 19, 2019, 10:48 p.m.