View source: R/economic_activity_hierachy.R
get_incoming_vertice_names | R Documentation |
Get the names of the vertices that are children of the given vertex
get_incoming_vertice_names(graph, name_vertex, order = 1)
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 |
List of vertex names that are incoming
get_incoming_vertice_names(graph = graph_SBI, name_vertex = "42", order = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.