This package provides dynamic (i.e. non-compiled) access to COM objects from within R. It allows R to act as a COM client and invoke methods and access properties in any COM object that implements the IDispatch interface.
library(RDCOMClient) ## create outlook object OutApp <- COMCreate("Outlook.Application") I want to retrieve today's email from an Outlook …
r email outlook rdcomclientI receive an email every Sunday with an attachment (a zipped folder). The subject of the email never changes. I …
r rdcomclientI'm Running a daily analysis that spits out a file I would like sent through my outlook Email. The code …
r email outlook rdcomclient