Using R to send an Outlook email with an inline image
If you work in a corporate environment, there's a good chance you're using Microsoft Office. I wanted to set up a way to email tables and plots from R using Outlook. Sending an email is simple enough with the <a href="http://www.omegahat.net/RDCOMClient/">RDCOMClient</a> library, but inserting a ......