[R] can't open file
Sebastian Kruk
residuo.solow at gmail.com
Wed Jul 7 15:16:50 CEST 2010
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.
More information about the R-help
mailing list