Displaying 1 result from an estimated 1 matches for "t1_posixlt".
Did you mean:
my_posixlt
2012 Mar 26
0
filter and merge 2 big Df's by=t_chr in sec.
Please help to solve that problem:
filter and merge 2 big Df's by=t_chr in sec.
require(zoo)
t1="2012-03-25 17:00:00.0"
t2="2012-03-25 17:00:05.0"
t1_POSIXlt<-strptime(t1, "%Y-%m-%d %H:%M:%OS")#
t2_POSIXlt<-strptime(t2, "%Y-%m-%d %H:%M:%OS")#
# ts_t1t2_POSIXlt<-seq(t1_POSIXlt,t2_POSIXlt,length.out =-1+2*length(seq(t1_POSIXlt,t2_POSIXlt, "sec") ) )
ts_t1t2_POSIXlt<-seq(t1_POSIXlt,t2_POSIXlt,length.out =lengt...