getDailyMaster
retrieves daily master index from US SEC site.
getDailyMaster(input.date)
in character format 'mm/dd/YYYY'.
Function returns filing information for the input date.
getDailyMaster function takes date as an input parameter from user, download master index for that particular date from https://www.sec.gov/Archives/edgar/daily-index/ site. It strips headers and converts this daily filing information in dataframe format. Function creates new directory 'Daily Index' into working directory to save these downloaded daily master index files.
# NOT RUN {
daily.filing.info <- getDailyMaster('08/09/2016')
# }
Run the code above in your browser using DataLab