Hi all,<div><br></div><div>Using read.csv&#39;s colClasses argument with a date column tagged as IDate doesn&#39;t work. Distilling it down it is the following. </div><div><br>This works:</div><div><br></div><div>as.IDate(&quot;2010/11/01&quot;)</div>

<div><br></div><div>but this doesn&#39;t (and is what read.csv uses):</div><div><br></div><div>as(&quot;2010/11/01&quot;,&quot;IDate&quot;)</div><div><br></div><div><br></div><div>I&#39;m not familiar enough with the class semantics any more to remember, but any reason why this isn&#39;t doable?</div>

<div><br></div><div>Thanks,</div><div>Chris</div>