Skip to content
Prev 319146 / 398506 Next

Unexpected behavior looping through sequence of dates

On Mar 9, 2013, at 1:10 PM, <luke-tierney at uiowa.edu> wrote:

            
except it works fine with lists:

for ( i in as.list(seq(Sys.Date(), length=4,by=1) ) ) print(class(i))
[1] "Date"
[1] "Date"
[1] "Date"
[1] "Date"
David Winsemius
Alameda, CA, USA