Re: [rkward-devel] object recovery

2012-03-29 Thread Thomas Friedrichsmeier
Hi, On Monday 26 March 2012, meik michalke wrote: > Am Sonntag, 25. März 2012 18:06:14 schrieb Thomas Friedrichsmeier: > > Perhaps both the easiest and best solution would be to offer recovery for > > top- level objects, only, i.e. offer to recover "a", if "a" is found to > > be removed or is no l

Re: [rkward-devel] object recovery

2012-03-26 Thread meik michalke
hi, Am Sonntag, 25. März 2012 18:06:14 schrieb Thomas Friedrichsmeier: > Perhaps both the easiest and best solution would be to offer recovery for > top- level objects, only, i.e. offer to recover "a", if "a" is found to be > removed or is no longer a data.frame, but don't offer to recover a[["b"]

Re: [rkward-devel] object recovery

2012-03-25 Thread Thomas Friedrichsmeier
Hi, On Thursday 22 March 2012, meik michalke wrote: > if you remove columns from a data.frame (e.g., by overwriting it with an > empty data.frame) which is opened in RKWard's data editor at the same > time, you are asked if you would like to recover that data. try this: [...] > i don't know how

[rkward-devel] object recovery

2012-03-22 Thread meik michalke
hi, if you remove columns from a data.frame (e.g., by overwriting it with an empty data.frame) which is opened in RKWard's data editor at the same time, you are asked if you would like to recover that data. try this: myTest <- data.frame(a="test", b="test") # after this, open myTest in the