##
# Loading a serie on a Windows operating system
d1 <- read.data("C:\PRECINTCON\203040.csv", sep = ";", dec = ".", header = TRUE)
##
# Loading a serie on an Unix-like operating system
d1 <- read.data("/home/precintcon/203040.csv", sep = ";", dec = ".", header = TRUE)Run the code above in your browser using DataLab