Hi all,<div><br></div><div>Using read.csv's colClasses argument with a date column tagged as IDate doesn't work. Distilling it down it is the following. </div><div><br>This works:</div><div><br></div><div>as.IDate("2010/11/01")</div>
<div><br></div><div>but this doesn't (and is what read.csv uses):</div><div><br></div><div>as("2010/11/01","IDate")</div><div><br></div><div><br></div><div>I'm not familiar enough with the class semantics any more to remember, but any reason why this isn't doable?</div>
<div><br></div><div>Thanks,</div><div>Chris</div>