Description Usage Arguments Value
Extracts a subgraph from a larger graph by grabbing children elements (recursively) of an element of interest.
1  | extract_subgraph(graph = g, element_of_interest)
 | 
graph | 
 The parent graph from which to extract a subgraph  | 
element_of_interest | 
 Root node of returned graph as a string. (e.g. "Revenues")  | 
A subgraph with root element_of_interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.