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 have
the date and to remove the time value of 14:58:00 just leaving the date
value of 2006-07-19  .  I want to keep the xts object otherwise intact.  Is
this possible?    
 
Thank you,
Douglas
 
 

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to