Description Usage Arguments Details References Examples
Gets details about elements used in the company extensions.
1 2 | xbrlExtensionElement(Element, AccessionID = NULL, Accession = NULL,
Namespace = NULL, as_data_frame = TRUE)
|
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) |
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.
https://github.com/xbrlus/data_analysis_toolkit/blob/master/api/xbrlExtensionElement.md
1 2 3 4 5 6 7 | ## Not run:
xbrlExtensionElement(
AccessionID = 103575,
Element = "ResearchDevelopmentAndRelatedExpenses"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.