Why is 'ï..' at the front of the first colname when imported a csv into r?
This happens whenever I have a csv saved via excel and then do read.csv() in r. What causes this behavior?
Dput:
structure(list(ï..Species = c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 1L, 2L, 4L, 5L, 6L, 7L, 1L, 3L, 1L, 2L, 2L, 4L, 4L, 3L, 2L, 5L, 4L, 7L, 2L, 2L), Country = c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 6L, 1L, 3L, 2L, 1L, 2L, 5L, 4L, 4L, 2L, 3L, 3L, 5L, 4L, 5L, 5L, 3L, 7L, 4L, 5L)), class = "data.frame", row.names = c(NA, -29L))