Compression method to use: "none", "gz" ,"bz", or "xz".
version
Serialization format version to be used. The default value is 2
as it's compatible for R versions prior to 3.5.0. See base::saveRDS()
for more details.
text
If TRUE a text representation is used, otherwise a binary representation is used.
path
Use the file argument
instead.
...
Additional arguments to connection function. For example, control
the space-time trade-off of different compression methods with
compression. See connections() for more details.