| testCompressed {arealDB} | R Documentation |
Test whether a file is a compressed file
Description
(internal function not for user interaction)
Usage
testCompressed(x)
Arguments
x |
[ |
Details
This function looks at the file-extension and if it is one of
.gz, .bz2, .tar .zip, .tgz, .gzip
or .7z, it returns the value TRUE.
[Package arealDB version 0.6.3 Index]