Description Usage Arguments Details Value Examples
View source: R/filing_documents.R
If you know you're going to want all the details of a filing, including documents funds and filers, look at 'filing_details'
1 2 3 4 5 6 7  | filing_documents(x)
## S3 method for class 'character'
filing_documents(x)
## S3 method for class 'xml_node'
filing_documents(x)
 | 
x | 
 URL or xml_document for a SEC filing index page  | 
Information returned:
seq
description
document
href
type
size
A dataframe with all the documents in the filing along with their meta info
1 2 3 4  | # Typically you'd get the URL from one of the search functions
x <- paste0("https://www.sec.gov/Archives/edgar/data/",
            "712515/000071251517000063/0000712515-17-000063-index.htm")
try(filing_documents(x))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.