What happens if you just do
dat <- read.csv("brazil.csv", sep = ";", header = FALSE )
It looks to mo as if you have a normal .csv file with some wrap-around.
The "header = FALSE " option may or may not be appropriate.
What happens if you just do
dat <- read.csv("brazil.csv", sep = ";", header = FALSE )
It looks to mo as if you have a normal .csv file with some wrap-around.
The "header = FALSE " option may or may not be appropriate.