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 dataframe with filing information.
Details
getFilingInfo function takes company name and filing year as input parameters from user,
and gives filing information for that company. Master index file must be present
for given year before applying this function which can be downloaded using
getMasterIndex function.