Displaying 1 result from an estimated 1 matches for "inputd".
Did you mean:
inputs
2007 Nov 02
1
R timeDate does not allow seconds?
...be working.
Thanks for your response. Your idea makes a lot of sense to me, but I've
been unable to get seconds to work.
I ended up with this format finally:
"2007-10-31_16:20:22"
Problem is I am unable to get it recognized as a date using timeDate():
R>
timeDate(as.character(inputdate),format="%Y-%02m-%02d_%02H.%02M.%02S")
Error in if (regexpr("/....", charvec[1])[[1]] > 0) return("%m/%d/%Y") :
missing value where TRUE/FALSE needed
The R-help archives said something about non-standard formats casuing a
problem, but I believe (short of...