I use R
on different systems and store my project within Dropbox. Suppose the following scenario:
System 1: setwd('c:/dropbox/...')
System 2: setwd('c:/users/anyuser/dropbox')
I have been thinking of a way to determine the dropbox path from within R
. Is there an elegant way to get obtain this directory? One possibility might be accessing registry keys, right?
Addendum: I think my Question is only loosely related to this question where the dropbox path seems to be in the user files only.