Suppose I have a RData file of 8 G, loading it in the memory will take quite long time. Instead of waiting, is there a way to probe how the stored data table or data frame looks like without fully loading the RData file?
Asked
Active
Viewed 39 times
0
-
2Don't think you can. You'd better save chunks of your dataset in different files. – nicola Sep 01 '17 at 10:58
-
I dont think for Rdata file. You may want to have a look at `fst` package. Not only (very) fast serialization but you can access one column directly. – Eric Lecoutre Sep 01 '17 at 10:58
-
also, may be of interest: [https://stackoverflow.com/questions/11559628/speed-up-rdata-load?rq=1](https://stackoverflow.com/questions/11559628/speed-up-rdata-load?rq=1) – YCR Sep 01 '17 at 10:59