Trying to run the following code
Bycatch = read.csv("~/Documents/Marine Biology/R/CPUEforseaturtles.csv", header = T)
Having trouble with this error message:
Error in type.convert.default(data[[i]], as.is = as.is[i], dec = dec, :
invalid multibyte string at '<96>1.2<38>'
is something missing from the code?