company_href: Company URL for a CIK

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Given a CIK, provide a link to the company information page.

Usage

1
company_href(cik, ownership = FALSE, atom = FALSE)

Arguments

cik

Company code

ownership

(default: FALSE) boolean for inclusion of company change filings

atom

(default: FALSE) if the link should be to the atom XML feed

Value

A string with URL requested

Examples

1
company_href("0000037912")

Example output

[1] "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000037912&owner=exclude&hidefilings=0"

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