Re: [R] Error Reading from Connection

2014-09-23 Thread Jeff Newmiller
D:/temp") >> list.files() >[1] "heroin.rdata" >> file.access("heroin.rdata", mode=4) >heroin.rdata > 0 >> load("heroin.rdata") >Error: error reading from connection > > >From:

Re: [R] Error Reading from Connection

2014-09-23 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
ta", mode=4) heroin.rdata 0 > load("heroin.rdata") Error: error reading from connection From: Jeff Newmiller [jdnew...@dcn.davis.ca.us] Sent: Tuesday, September 23, 2014 9:20 PM To: Muhuri, Pradip (SAMHSA/CBHSQ); r-help@r-proje

Re: [R] Error Reading from Connection

2014-09-23 Thread Jeff Newmiller
Insufficient information, and irrelevant information (the second error is a direct consequence of the first). We have no way of knowing based on this input that your file is there. (?list.files). We also don't know if you have read access to that file (?file.access). Since you posted in HTML a

[R] Error Reading from Connection

2014-09-23 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
Hello, I am running Rx64 3.03 under Windows 8 environment. I have been getting the following error. when running some of my old R applications. Below is a mock-up example. Could someone please help me resolve the issue? Thanks, Pradip Muhuri setwd ("D:/") > > > #load Rdata f