Learn R Programming

edgarWebR (version 1.1.0)

submission_index_href: 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

  • submission_href: Creates a link to the master submission sgml submission file

  • submission_file_href: provides the link to a given file within a particular submission.

Examples

Run this code
# NOT RUN {
submission_index_href("0000712515", "0000712515-17-000090")
submission_href("0000712515", "0000712515-17-000090")
submission_file_href("0000712515", "0000712515-17-000090",
                     "pressrelease-ueberroth.htm")
# }

Run the code above in your browser using DataLab