Displaying 1 result from an estimated 1 matches for "283773".
Did you mean:
23773
2004 May 21
1
No load() from script
Hi,
when I try to load data from a file _in a script_ (run either
with R --vanilla < script.R, or R BATCH --vanilla script.R, or
even with source() from inside R), then I got this error message
and scripts halts
> #data.multiple <- read.table(file="multiple.csv",sep="\t")
> load(file="multiple.RData")
Error in open.connection(con, "rb") :