I am stuck, reading data. Error in file(file, "rt")

Try:
data1 = read.csv(“dat/transacciones.csv”, header = TRUE, sep = “;”, dec = “,”, stringsAsFactors = FALSE)

Your setwd statement already puts you in the src directory.

It is really recommended not to use setwd though:

1 Like