Re: [rkward-devel] data.frame-related plugins

2010-06-20 Thread Thomas Friedrichsmeier
HI, On Saturday 19 June 2010, Prasenjit Kapat wrote: > Now, (i) can be broken down into three completely separate plugins: > (i.1) Context menu for an open data.frame > (i.2) Context menu for selected object from the workspace browser (w/o > opening it in data.frame editor) > (i.3) Edit menu. > >

Re: [rkward-devel] data.frame-related plugins

2010-06-19 Thread Prasenjit Kapat
Hi, On Thu, Jun 17, 2010 at 8:14 AM, Thomas Friedrichsmeier wrote: > > Some tasks that come to mind: > - sorting data > - generating data > - transforming data / recoding Hmm, sorting should be really useful... This opens a can of possibilities (and worms too..) Someday, if we could include the

[rkward-devel] data.frame-related plugins

2010-06-17 Thread Thomas Friedrichsmeier
Hi, a few days ago, in private mail, Jacek asked me, how to access the currently edited data.frame from a plugin. The answer is that this is not currently possible, but of course it would make a whole lot of sense to be able to do so. Manipulating the current data.frame is a very important use