Zipping Rdata Files
<Brian.J.GREGOR <at> odot.state.or.us> writes:
Saving Rdata files in a zip archive form can in some cases save a considerable amount of disk space. R has the zip.file.extract function to
I suspect you may want to read up on the compress=TRUE option to the save() function. Hth, Dirk