Skip to content
Prev 378042 / 398502 Next

Mailinglist

Hello,

In many continental European countries, such as mine, the function to 
use is

read.csv2

It defaults to

sep = ";", dec = ","

Note that these functions are in fact calls to read.table with special 
default arguments. Another default that changes is header = TRUE.
You might also want to set stringsAsFactors = FALSE since the default 
value TRUE is a common source for errors.

Hope this helps,

Rui Barradas

?s 16:45 de 06/01/2019, Michael Dewey escreveu: