I am Mac User. Whenever I want to access Mail folder located in the /Users/user_name/Library/Mail folder; RStudio just ignores it and doesn't see any files.
setwd("/Users/user_name/Library/Mail")`
list.dirs("/Users/user_name/Library/Mail")
character(0)
I understand that because of access to these files requires admin authorization, the RStudio cannot access them. Is there a way to grant admin access to RStudio?