Skip to content
Prev 3796 / 63421 Next

Data Entry Editor

Prof Brian D Ripley wrote:

            
I know. My intention was to point out some of these "quirks".
The Editor will be very useful and already is a _great_ tool for simple
data editing.

Looks like I should tell something like this more gracefully, but my
english too bad...
Example:

 x <- matrix(1:6, nrow=2)
 x

     [,1] [,2] [,3]
[1,]    1    3    5
[2,]    2    4    6

 data.edit(x)
 ## Closing the editor without modifications:
 x

     var1 var2 var3
[1,]    1    3    5
[2,]    2    4    6
So have a look at this:
 
 x <- data.frame(1:2, c("A", "B"))
 edit(x) ## same as:  edit.data.frame(x)
 ## Click into [3, 1]

R crashes...


Regards,
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._