Learn R Programming

edgarWebR (version 1.1.0)

filing_filers: SEC Filing Included Filers

Description

SEC Filing Included Filers

Usage

filing_filers(x)

# S3 method for character filing_filers(x)

# S3 method for xml_node filing_filers(x)

Arguments

x

URL to a SEC filing index page

Value

A dataframe with all the filers in the filing along with their info

Examples

Run this code
# NOT RUN {
# 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_filers(x))
# }

Run the code above in your browser using DataLab