Skip to content
Prev 257959 / 398506 Next

Problem with ddply in the plyr-package: surprising output of a date-column

How do you get POSIXlt objects into a data frame?
'data.frame':	1 obs. of  1 variable:
 $ x: POSIXct, format: "2008-01-01"
'data.frame':	1 obs. of  1 variable:
 $ x: AsIs, format: "0"

Hadley