[R] Reading Dates in a csv File

2005-02-03 Thread Charles and Kimberly Maner
Hi all. I'm reading in a flat, comma-delimited flat file using read.csv. It works marvelously for the most part. I am using the colClasses argument to, basically, create numeric, factor and character classes for the columns I'm reading in. However, a couple of the fields in the file are date

Re: [R] Reading Dates in a csv File

2005-02-03 Thread Frank E Harrell Jr
Charles and Kimberly Maner wrote: Hi all. I'm reading in a flat, comma-delimited flat file using read.csv. It works marvelously for the most part. I am using the colClasses argument to, basically, create numeric, factor and character classes for the columns I'm reading in. However, a couple of