[R] load a very big .RData - error reading from connection
Boris Steipe
boris.steipe at utoronto.ca
Tue Jun 9 17:44:07 CEST 2015
There are several possible reasons and you have really told us nothing that might help isolating the problem. 600 MB is large, but not "very" large. R and your OS should not be expected to have a problem with files of that size. First of all, you'll need to document why you expect this should work in the first place.
- is the file where you think it is? ?dir
- do you actually have read access? ?file.access
- was the file produced by a program that writes correctly formatted Rdata files?
- does this work with other files that are similarly formatted?
etc.
B.
On Jun 9, 2015, at 6:38 AM, carol white via R-help <r-help at r-project.org> wrote:
> yes and doesn't help.600MB
> Thanks
> Carol
>
>
> On Tuesday, June 9, 2015 12:22 PM, Jim Lemon <drjimlemon at gmail.com> wrote:
>
>
> Hi carol,
> Have you tried renaming the file to something like "my.RData"? And
> just how big is it?
>
> Jim
>
>
> On Tue, Jun 9, 2015 at 5:50 AM, carol white via R-help
> <r-help at r-project.org> wrote:
>> Hi,How is it possible to load a very big .RData that can't be loaded it's very big and the following error msg is displayed
>>
>> load(".RData")
>> Error: error reading from connection
>> Thanks
>> Carol
>>
>> [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> 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.
>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.
More information about the R-help
mailing list