# NOT RUN {
info <- getFilingInfo('United Technologies', c(2005, 2006),
quarter = c(1,2), form.type = c('8-K','10-K'))
## Returns filing information on '8-K' and '10-K' filed by the firm
in quarter 1 and 2 of year 2005 and 2006.
info <- getFilingInfo(1067701, 2006)
## Returns all the filings information filed by the firm in all
the quarters of year 2006.
# }
Run the code above in your browser using DataLab