Skip to content
Prev 117122 / 398498 Next

Bug in seq.date?

[1] "2000-01-01" "2000-02-01" "2000-03-01" "2000-04-01" "2000-05-01"
 [6] "2000-06-01" "2000-07-01" "2000-08-01" "2000-09-01" "2000-10-01"
[11] "2000-11-01" "2000-12-01" "2001-01-01"
[1] "2000-01-31" "2000-03-02" "2000-03-31" "2000-05-01" "2000-05-31"
 [6] "2000-07-01" "2000-07-31" "2000-08-31" "2000-10-01" "2000-10-31"
[11] "2000-12-01" "2000-12-31" "2001-01-31"

Is this a bug?

Hadley