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.