filing_filers: SEC Filing Included Filers

Description Usage Arguments Value Examples

View source: R/filing_filers.R

Description

SEC Filing Included Filers

Usage

1
2
3
4
5
6
7
filing_filers(x)

## S3 method for class 'character'
filing_filers(x)

## S3 method for class '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

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_filers(x))

edgarWebR documentation built on April 24, 2021, 5:09 p.m.