Skip to content
Prev 21071 / 63424 Next

separators in data()

just out of curiosity:

  why is the default behavior in data() for reading in .csv files
to use sep=";" (semicolon rather than comma)?  is this a historical
artifact of some sort, or is there other logic to it?  It caught
me by surprise since I was expecting it to be sep="," as in
read.csv() ...

  cheers
    Ben Bolker