Re: [R] "source" option

2012-03-24 Thread Jim Lemon
On 03/24/2012 07:22 AM, ivo welch wrote: Dear R experts---has someone written a wrapper for the "source" function that opens a sink file in the same name as the .R file and closes it at the end (including when there is an error that aborts)? the first part is easy, but I am not sure how to not p

[R] "source" option

2012-03-23 Thread ivo welch
Dear R experts---has someone written a wrapper for the "source" function that opens a sink file in the same name as the .R file and closes it at the end (including when there is an error that aborts)? the first part is easy, but I am not sure how to not patch myself an empty sink() after any R pro