Re: [R] accessing the date stamp from an xts object

2014-04-23 Thread Erin Hodgess
Solved again. index(time) in case anyone wants to know. Nothing like posting to the list to solve a problem! Thanks, Erin On Wed, Apr 23, 2014 at 8:11 AM, Erin Hodgess wrote: > Hello! > > I have the following xts object: > > > time > [,1] > 2000 Q11 > 2000 Q22 > 2000 Q3

[R] accessing the date stamp from an xts object

2014-04-23 Thread Erin Hodgess
Hello! I have the following xts object: > time [,1] 2000 Q11 2000 Q22 2000 Q33 2000 Q44 2001 Q15 2001 Q26 2001 Q37 2001 Q48 I would like to access the date stamp values. I've tried dimnames and rownames, but no success. Any advice would be much appreciat