getDailyMaster retrieves daily master index from the US SEC site.
Usage
getDailyMaster(input.date)
Arguments
input.date
in character format 'mm/dd/YYYY'.
Value
Function returns filings information in a dataframe format.
Details
getDailyMaster function takes date as an input parameter from a user,
and downloads master index for the date from the US SEC server
https://www.sec.gov/Archives/edgar/daily-index/. It strips headers
and converts this daily filing information into dataframe format.
Function creates new directory 'Daily Indexes' into working directory
to save these downloaded daily master index files in Rda format.