Re: [R] Prevent saving the workspace while running a script in batch mode

2009-03-08 Thread Jim_S
This works fine. Thank you for the quick response, Jim David Winsemius wrote: > > ?quit # ,save="no" > > -- > DW > > On Mar 8, 2009, at 11:19 AM, Jim_S wrote: > >> >> Dear R-user, >> >> I'm running a certain R script in DOS batch mode. Is there a way to >> prevent >> R from saving the

Re: [R] Prevent saving the workspace while running a script in batch mode

2009-03-08 Thread Jim_S
This works fine. Thank you for the quick response, Jim David Winsemius wrote: > > ?quit # ,save="no" > > -- > DW > > On Mar 8, 2009, at 11:19 AM, Jim_S wrote: > >> >> Dear R-user, >> >> I'm running a certain R script in DOS batch mode. Is there a way to >> prevent >> R from saving the

Re: [R] Prevent saving the workspace while running a script in batch mode

2009-03-08 Thread David Winsemius
?quit # ,save="no" -- DW On Mar 8, 2009, at 11:19 AM, Jim_S wrote: Dear R-user, I'm running a certain R script in DOS batch mode. Is there a way to prevent R from saving the workspace once this script is finished? I'm asking this because the resulting .RData file has the size of >70

[R] Prevent saving the workspace while running a script in batch mode

2009-03-08 Thread Jim_S
Dear R-user, I'm running a certain R script in DOS batch mode. Is there a way to prevent R from saving the workspace once this script is finished? I'm asking this because the resulting .RData file has the size of >70MB. I don't need this file since my script already writes the required output and