submission_index_href {edgarWebR}R Documentation

Submission URL Tools

Description

EDGAR submissions are organized fairly regularly. These functions help to fint the URL to submission components.

Usage

submission_index_href(cik, accession)

submission_href(cik, accession)

submission_file_href(cik, accession, filename)

Arguments

cik

Company code

accession

accession number for a filing

filename

filename provided in a submission

Value

A string with URL requested

Functions

Examples

submission_index_href("0000712515", "0000712515-17-000090")
submission_href("0000712515", "0000712515-17-000090")
submission_file_href("0000712515", "0000712515-17-000090",
                     "pressrelease-ueberroth.htm")

[Package edgarWebR version 1.1.0 Index]