Nathan Whitehouse <[EMAIL PROTECTED]> writes: > Is there a way to find the size in bytes of a save() > command --before-- the file has been saved?
You could try object.size(obj) which gives the size of the internal representation. The external representation should not be much larger. If you use compress = TRUE in the save call then the external representation may well be considerably smaller than the internal. ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel