traversc / qs

Quick serialization of R objects
397 stars 19 forks source link

read part of a qs file into memory #92

Closed barnabasharris closed 5 months ago

barnabasharris commented 5 months ago

Hi, I have an R list object saved as a .qs file using qsave(). The file is too large to load into memory using qread(). Is it possible to load only part of the file (i.e. one child element from the list)?

traversc commented 5 months ago

Sorry this isn't supported. I'd suggest loading it up into a machine with more memory and manually splitting it up into chunks.