get_incoming_vertice_names: Get the names of the vertices that are children of the given...

View source: R/economic_activity_hierachy.R

get_incoming_vertice_namesR Documentation

Get the names of the vertices that are children of the given vertex

Description

Get the names of the vertices that are children of the given vertex

Usage

get_incoming_vertice_names(graph, name_vertex, order = 1)

Arguments

graph

The graph to do the searhing in

name_vertex

The name of the vertex to get the children from

order

The number of connections to search through to get the children

Value

List of vertex names that are incoming

Examples

get_incoming_vertice_names(graph = graph_SBI, name_vertex = "42", order = 1)

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.