Thanks to David Firth Brian Ripley ronggui jim holtman
who help with this question. showData() from the relimp package works and shows the dataframe "as.is" but scrolls rather weak with huge data.frames (15 000 x 120) fix(...) is somewhat dangerous as you usually don't want to correct individual data but get an overview invisible(edit(...)) does the trick and scrolls with excellent speed even with huge dataframes but not exactly "as.is" (dates as negative or positive integer, minor problem). Fredrik ----- Original Message ----- From: "David Firth" <[EMAIL PROTECTED]> To: "Fredrik Lundgren" <[EMAIL PROTECTED]> Cc: "R-help" <r-help@stat.math.ethz.ch> Sent: Friday, January 13, 2006 9:21 AM Subject: Re: [R] edit.data.frame > On 12 Jan 2006, at 22:17, Fredrik Lundgren wrote: > >> Dear list, >> >> Sometimes I have huge data.frames and the small spreadsheetlike >> edit.data.frame is quite handy to get an overview of the data. >> However, >> when I close the editor all data are rolled over the console window, >> which takes time and clutters the window. Is there a way to avoid >> this? >> > > An alternative to the editor is showData() from the relimp package. > It is modeless, meaning that your data window can be left open/ > minimized while you work in R. I haven't tested it with _very_ large > data frames though. > > David > > -- > Professor David Firth > http://www.warwick.ac.uk/go/dfirth > ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html