Skip to content
Prev 243789 / 398506 Next

The behaviour of read.csv().

On 02/12/2010 9:18 PM, David Winsemius wrote:
You're right, I shouldn't have picked on Excel particularly here, but it 
really is a bizarre format that says the default way to read a file 
containing

"V1"
"01"
"004"
"0005"

is to assume that the column contains numeric values.  (Yes, read.csv() 
makes this same assumption.)  My main complaint is with the format.

Duncan Murdoch