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?