everybody!
I have a 50MB .RData file which is one large data frame. Can I compress it to 20-25MB somehow? I tried .zip and .gz, but the former almost did nothing and the latter even generated a bigger file.
Also, what's the most space-efficient way to export the workspace in RStudio? Again, using .RData generates a massive file, and I wonder if I can make it smaller.
Anybody with more experience? Thank you very much!