Displaying 1 result from an estimated 1 matches for "save_my_stuff".
2006 Aug 11
3
Auto-save possible in R?
Hello fellow R'ers, I have a simple calculation with a very large data set
being generated (34.9 million values) on a somewhat unreliable XP box that
will likely take ~ 74hrs. I wanted to know if there is a way to have my
script automatically "save.image()" throughout the calculation in case of a
crash. This could be on the basis of output generated or time elapsed. I
checked the