Description Usage Arguments Details Value Note Author(s) References See Also Examples
Create a data.frame from yahoo's calender of
mergers
1 2 3  |   .getMergersCalendar(YM = format(Sys.Date(), "%Y%m"))
  getMergersCalendar(from, to)
 | 
YM | 
 a six character string with the first 4 characters representing the year and the last 2 characters representing the month of the year (01-12).  | 
from | 
 Date that is in the earliest month to retrieve.  | 
to | 
 Date that is in the last month to retrieve.  | 
.getMergersCalendar will usually be called by
getCalendarByMonth, but can also be called
directly.  It is used to get the Mergers Calendar for a
single month
getMergersCalendar is a wrapper to get the Mergers
Calendar over many months.
a data.frame with Dates and information about
Mergers and Acquisitions that occurred during the
requested timeframe.
ALPHA CODE!!! Subject to change.
Garrett See
http://biz.yahoo.com/me
getEconomicCalendar,
getEarningsCalendar,
getCalendarByMonth
1 2 3 4  | ## Not run: 
.getMergersCalendar("201202")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.