Re: [R] R Studio: Run script upon saving or exiting

2016-08-15 Thread MacQueen, Don
See ?.Last for information on how to cause something to happen when R exits. (whether R Studio overrides this I don't know) -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 8/13/16, 1:02 PM, "R-help on behalf of Jan Kac

Re: [R] R Studio: Run script upon saving or exiting

2016-08-13 Thread Duncan Murdoch
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 proje

[R] R Studio: Run script upon saving or exiting

2016-08-13 Thread Jan Kacaba
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 bet