I have a no-reply email that gets sent to me every hour with a spreadsheet with alerts notifying me when performance is down. The table looks as follows:
Is it possible to call the body of this email from Microsoft Outlook into R? I basically want to call out this table (which changes every hour). So currently I think the best way to do it is by calling the most recent email with the name of the subject because the subject never changes. From there I want to manipulate what I need in R, I just don't know how to make the connection from the body of a Microsoft Outlook email into R.
Any help would be great and I know this is kind of a strange question.
Thanks!