Skip to content

separators in data()

1 message · Ben Bolker

#
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