I tried:

L <- readLines(con <- file("log2.log", encoding="UCS-2LE")
z <- read.zoo(textConnection(L), index = 1:2,FUN = function(x)
paste(x[,1], x[,2]))

Error:
Error en x[, 1] : nĂºmero incorreto de dimensiones

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to