1

I have a big .Rdata file that when I tried to load workspace. I got error.

Error: cannot allocate vector of size n Gb

I only want to get a dataframe from .Rdata file. How can I load a single object from .Rdata file? Thank you for your help.

Asunray
  • 11
  • 1
  • https://stackoverflow.com/questions/5171593/r-memory-management-cannot-allocate-vector-of-size-n-mb – Ronak Shah Jun 10 '20 at 02:15
  • 1
    @RonakShah - i'm not sure that question addresses the specific issue here. This https://stackoverflow.com/questions/8700619/get-specific-object-from-rdata-file might be more useful – thelatemail Jun 10 '20 at 02:21
  • IF you only want to load a single dataframe, consider using the function shown here. https://stackoverflow.com/a/65964065/4882696 – GGAnderson Jul 01 '21 at 00:13

0 Answers0