I have some code that multiple users use on a regular basis. Currently, when a new user runs the code, they have to manually change the email to their own email address. I was wondering if there was a quick (and easy) way of dynamically pulling their email address out of outlook?
For example, we are currently doing this:
active_email <- "some_user@outlookuser.com" # change this to your outlook email address
Does anyone know of a method of creating the 'active_email' object dynamically? Thanks for any assistance.