Skip to content
Back to formatted view

Raw Message

Message-ID: <4.3.1.2.20030509112543.01856cf8@vttmail.vtt.fi>
Date: 2003-05-09T08:34:08Z
From: Bernd Ebersberger
Subject: windows data editor changes dimensions displayed data frames

dear R-tists,

i am experiencing a problem with the data editor in the windows version of 
R 1.6.1 envoked with the command 'fix'.

the data editor changes the size of large data frames.

a simple example illustrates this:

-------------------------------------------------------

 > dfrm <- data.frame(no=c(1:100000))
 > length(dfrm[,1])

[1] 100000

 > fix(dfrm)

 > length(dfrm[,1])

[1] 34464

--------------------------------------------------------


does anybody have a quick remedy for this?

i am not sure whether it is worth putting much developmental effort in 
solving this particular problem.

however, i believe that one should be aware of it when working with large 
data sets.


greetings from the northern edge of europe.

bernd.