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?

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to