Learn R Programming

edgar (version 1.0.5)

getFilingInfo: Retrieves filing information of company.

Description

getFilingInfo retrieves filing information of company based on company name.

Usage

getFilingInfo(firm.name, filing.year)

Arguments

firm.name
Desired full name or partial name of company.
filing.year
Filing year in integer.

Value

Function returns data frame with filing information.

Details

getFilingInfo function takes firm name and filing year as input parameters from user, and gives filing information for that firm. Master index file must be present for given year before applying this function. It can be downloaded using getMasterIndex function.

Examples

Run this code
## Not run: 
# 
# info <- getFilingInfo('United Technologies', 1994) 
# ## End(Not run)

Run the code above in your browser using DataLab