[R] unlist() list of dates

Ana rrasterr at gmail.com
Mon Dec 12 18:02:45 CET 2011


how can I keep the date info after doing unlist to a list of dates?

I have a list of dates were observations were made for each station in
each month

list.obs[[station]][month]

[1] "1979-01-01" "1979-01-10" "1979-01-25"

[1]     0     1     2     3

when i try to unlist i loose the date info.

what am I doing wrong?



More information about the R-help mailing list