## S3 method for class 'default':
saveObject(object, file=NULL, path=NULL, compress=TRUE, ...)connection where the object should be saved.
If NULL, the filename will be the hash code of the object plus ".xdr".file is a filename.TRUE, the file is compressed to, otherwise not.save() in the base package.connection.loadObject() to load an object from file.
digest for how hash codes are calculated from an object.