filing_funds: SEC Filing Funds

Description Usage Arguments Value Examples

View source: R/filing_funds.R

Description

SEC Filing Funds

Usage

1
2
3
4
5
6
7
filing_funds(x)

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

## S3 method for class 'xml_node'
filing_funds(x)

Arguments

x

URL to a SEC filing index page

Value

A dataframe with all the funds associated with a given filing

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/",
            "933691/000119312517247698/0001193125-17-247698-index.htm")
try(filing_funds(x))

mwaldstein/edgarWebR documentation built on April 21, 2021, 4:16 p.m.