I have just discovered Rstudio's snippet autcomplete functionality and I love it, thanks R studio! I've made some custom snippets for myself, but I'd really like a way to share them with my team. I know they can copy the file onto their machines, but I'm wondering if there's a way to place the r.snippets file on a shared drive, or even better, in a git repository? The problem I'm having is that under Tools -> Global Options -> Code -> Edit Snippets I can't see a way to change the path to the file.
While that directory isn't currently configurable, you might have luck creating a symbolic link (or, on Windows, a junction point) to re-route the snippets directory to another location.