search for: komensky

Displaying 1 result from an estimated 1 matches for "komensky".

2004 May 21
1
No load() from script
...data.multiple <- read.table(file="multiple.csv",sep="\t") > load(file="multiple.RData") Error in open.connection(con, "rb") : unable to open connection In addition: Warning message: cannot open compressed file `multiple.RData' Execution halted komensky:work$ However, I still can easily load the same data with plain load("multiple.RData") from R's command line. What'e even more strange is, that I get *exactly* same error message even when multiple.RData where created with save(compress=FALSE). I use R 1.8.0 on Debian/woody (...