Re: [R] Add column index number to str() output

2012-11-23 Thread David L Carlson
fessor of Anthropology Texas A&M University College Station, TX 77843-4352 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of David Winsemius > Sent: Friday, November 23, 2012 3:03 PM > To: Peter Ehlers > Cc: seth.f

Re: [R] Add column index number to str() output

2012-11-23 Thread David Winsemius
On Nov 23, 2012, at 12:40 PM, Peter Ehlers wrote: On 2012-11-23 08:54, seth.fore wrote: I often find it would be very useful when inspecting a data structure using str() to know the column index number in order to rearrange the data in a manner amenable to my purpose. Is there a way to mo

Re: [R] Add column index number to str() output

2012-11-23 Thread Peter Ehlers
On 2012-11-23 08:54, seth.fore wrote: I often find it would be very useful when inspecting a data structure using str() to know the column index number in order to rearrange the data in a manner amenable to my purpose. Is there a way to modify the display options of the str() function to add c