decompress_file {sdmpredictors} | R Documentation |
The internal method decompress_file
decompresses a file and returns
the path to the result.
decompress_file(filename, outputdir, overwrite=FALSE, remove=TRUE)
filename |
character. Path to the file that should be decompressed. |
outputdir |
character. Path to the output directory. |
overwrite |
logical. If |
remove |
logical. If |
The path of the decompressed file.