I am attempting to load a txt-file into RStudio using zoo time series. When doing so I get the following error:
"invalid multibyte string 109",
when loading in as follows:
library(zoo)
funds = read.zoo("funddata.txt", header=TRUE)
Does anyone know why I get this particular error-code?