extract_subgraph: Create Subgraph from Root Node

Description Usage Arguments Value

Description

Extracts a subgraph from a larger graph by grabbing children elements (recursively) of an element of interest.

Usage

1
extract_subgraph(graph = g, element_of_interest)

Arguments

graph

The parent graph from which to extract a subgraph

element_of_interest

Root node of returned graph as a string. (e.g. "Revenues")

Value

A subgraph with root element_of_interest


bradwest-wk/xbrlr documentation built on May 8, 2019, 11:43 a.m.