I've been using RDCOMClient to automatically retrieve an email attachment and move it to a specific folder location. However since I updated my version of R to 3.6.1 this package is no longer available.
Does anyone know if there is a workaround or better still an alternative. I've looked but can only really find solutions in sending emails, as opposed to retrieving them?
Warning in install.packages :
package ‘RDComClient’ is not available (for R version 3.6.1) outlook_app <- COMCreate("Outlook.Application") Error in COMCreate("Outlook.Application") : could not find function "COMCreate"