On 13/08/2016 4:02 PM, Jan Kacaba wrote:
Dear R help,

I would like to run script upon saving project files or exiting the R Studio.
For example I would like to backup whole project in another directory.
The backup directory should be named such that incremental version
number will added to project name.

Is it somehow possible?  Even better would be if someone can also
quickly go through file versions.


You should be asking RStudio questions on one of their support forums.

Regarding the backups: I recommend that you use a version control system (e.g. svn or git) as an efficient way to do that.

Duncan Murdoch

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to