Skip to content

Date Not Staying in Date Format

1 message · Brian Ripley

#
tapply(df$Date, df$SomeFactor, max, simplify=FALSE)

works, i.e. it is the unlist() which is losing the class (and perhaps 
unlist or tapply should be a bit cleverer).
On Mon, 30 Jan 2006, David Randel wrote: