I have a text file log2.log encoded Ansi in Windows. When I execute:
out <- read.zoo(readLines(con <- file("log2.log", encoding="UCS-2LE")),FUN = as.chron) have errors: Error en file(file, "rt") : no se puede abrir la conexión Además: Mensajes de aviso perdidos 1: In file(file, "rt") : sólo fue usado el primer elemento del argumento 'description' 2: In file(file, "rt") : no fue posible abrir el archivo '#Software: Microsoft Internet Information Services 5.0': No such file or directory Why? Thks, Sebastián. ______________________________________________ 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.