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?
I think the natural approach would be to have the user record their details (i.e. define a correspondence between their system level username and their email address), and then your script can look up the username in a data.frame, and return the corresponding email address.
You could do it with a human readable two column csv.