Skip to content
Prev 67943 / 398506 Next

colClasses = "Date" in read.delim, how to pass date-format?

You are confusing class "Date" (part of R) with class "dates" (part of 
package chron).  There is no as() method for class "dates", so you can't 
do this.  You can read the column as character (not factor) and convert 
later, but it sounds like the `huge amount of memory (and time)' is in 
fact taken by package chron.
On Mon, 18 Apr 2005, Christoph Lehmann wrote: