Skip to content
Prev 243834 / 398506 Next

The behaviour of read.csv().

On 02/12/2010 9:59 PM, Rolf Turner wrote:
I was going to suggest using DIF rather than CSV.  It contains more 
internal information about the file (including the type of each entry), 
but has the disadvantage of being less readable, even though it is ascii.

However, in putting together a little demo, I found a couple of bugs in 
the R implementation of read.DIF, and it looks as though it ignores the 
internal type information.  Sigh.

Duncan Murdoch