Re: [R] Viewing a data object

2007-06-13 Thread Horace Tso
Stephen and Christophe, I'm aware of fix and edit and the few issues with fix. Thus my reluctance to use them. Emacs may be the way to go, but from what I heard here it has a steep learning curve. The autocompletion feature in 2.5.1 is great. Andy Liaw points me to JGR which I'm just about to j

Re: [R] Viewing a data object

2007-06-13 Thread Liaw, Andy
I believe JGR has an object browser. See the screenshots at the bottom of http://rosuda.org/JGR/. Andy From: Stephen Tucker > > Hi Horace, > > I have also thought that it may be useful but I don't know of > any Object > Explorer available for R. > > However, (you may alread know this but)

Re: [R] Viewing a data object

2007-06-12 Thread Stephen Tucker
Hi Horace, I have also thought that it may be useful but I don't know of any Object Explorer available for R. However, (you may alread know this but) (1) you can view your list of objects in R with objects(), (2) view objects in a spreadsheet-like table (if they are matrices or data frames) wit

[R] Viewing a data object

2007-06-12 Thread Horace Tso
Dear list, First apologize that this is trivial and just betrays my slothfulness at the keyboard. I'm sick of having to type a long name just to get a glimpse of something. For example, if my data frame is named 'AuroraStochasticRunsJune1.df" and I want to see what the middle looks like, I hav