compress_file {sdmpredictors} | R Documentation |
Compress a file
Description
The internal method compress_file
compresses a file and returns the
path to the result.
Usage
compress_file(filename, outputdir, method="gzip", overwrite=FALSE,
remove=TRUE)
Arguments
filename |
character. Path to the file that should be compressed. |
outputdir |
character. Path to the output directory. |
method |
character. The default value is |
overwrite |
logical. If |
remove |
logical. If |
Value
The path of the compressed file.
See Also
[Package sdmpredictors version 0.2.15 Index]