Displaying 1 result from an estimated 1 matches for "yyyymmddhh_synop".
Did you mean:
yyyymmddhh_synops
2007 Jan 17
2
problem with unlist POSIX date at midnight
Dear R-users,
I use unlist of POSIX dates to extract the year, hour etc. With that I
can search for files in my database which are in the form
'yyyymmddhh_synops.txt'
However, I get stucked during midnight where unlist just gives NA's.
The script is given below, the problem accurs at acc.period[16]
(midnight). However when I write out the character, unlist works well.
But as.character(acc.period[16]) is not the solution....
begin=paste(dates[i]-...