xbrlExtensionElement: Extension Element

Description Usage Arguments Details References Examples

Description

Gets details about elements used in the company extensions.

Usage

1
2
xbrlExtensionElement(Element, AccessionID = NULL, Accession = NULL,
  Namespace = NULL, as_data_frame = TRUE)

Arguments

Element

The element name in the base taxonomy. This parameter will not take a comma separated list.

AccessionID

Internal Accession identifier used by the XBRL US database.

Accession

Filing accession number. This is the accession number used as the filing identifier used by the SEC.

Namespace

The namespace of the company filing the data is requested for. For example http://www.ovt.com/20150430.

as_data_frame

Return value in a data frame (default)

Details

This API allows the user to fetch details of about elements used in the company extensions in an XML format, by passing the element name, namespace and entity information in the API. THe API allows the user to get the attributes of an extension element and the associated labels. If the filing information is provided the API will return the labels used by the company in their extension filing. As a convenience it will also return the attributes of the US GAAP taxonomy.

References

https://github.com/xbrlus/data_analysis_toolkit/blob/master/api/xbrlExtensionElement.md

Examples

1
2
3
4
5
6
7
## Not run: 
  xbrlExtensionElement(
    AccessionID = 103575,
    Element = "ResearchDevelopmentAndRelatedExpenses"
  )

## End(Not run)

bergant/xbrlus documentation built on May 12, 2019, 3:06 p.m.