decompress_file {sdmpredictors} | R Documentation |
Decompress a file
Description
The internal method decompress_file
decompresses a file and returns
the path to the result.
Usage
decompress_file(filename, outputdir, overwrite=FALSE, remove=TRUE)
Arguments
filename |
character. Path to the file that should be decompressed. |
outputdir |
character. Path to the output directory. |
overwrite |
logical. If |
remove |
logical. If |
Value
The path of the decompressed file.
See Also
[Package sdmpredictors version 0.2.15 Index]