[R] xts time series object removing time and leaving just the date

2013-03-07 Thread Douglas Karabasz
I have and XTS time series object that has date and time. I started with 1 minute data and used apply.daily(x, sum) to sum the data to one cumulative value. This function works just fine however it leaves a time for the last summed value which looks like this 2006-07-19 14:58:00. I need to just

Re: [R] xts time series object removing time and leaving just the date

2013-03-07 Thread arun
PM Subject: [R] xts time series object removing time and leaving just the date I have and XTS time series object that has date and time.  I started with 1 minute data and used apply.daily(x, sum) to sum the data to one cumulative value.  This function works just fine however it leaves a time

Re: [R] xts time series object removing time and leaving just the date

2013-03-07 Thread arun
removing time and leaving just the date Hi Douglas, No problem. Arun - Original Message - From: Douglas Karabasz doug...@sigmamonster.com To: 'arun' smartpink...@yahoo.com Cc: Sent: Thursday, March 7, 2013 4:41 PM Subject: RE: [R] xts time series object removing time and leaving just