Closed HenrikBengtsson closed 9 years ago
Add argument format to saveObject() which should by default be inferred from the filename extension, iff possible. For example:
format
saveObject()
saveObject(data, file="foo.rds")
This will help phase out the current file format that predated the RDS file format.
Also loadObject().
loadObject()
Add argument
format
tosaveObject()
which should by default be inferred from the filename extension, iff possible. For example:This will help phase out the current file format that predated the RDS file format.