is_gzip | R Documentation |
We guess that the first two bytes tell us enough to know what kind of zip file we have. For more information see http://www.gzip.org/zlib/rfc-gzip.html#file-format and https://www.ietf.org/rfc/rfc1952
is_gzip(filename)
filename |
the fully qualified name of the file to test |
logical, TRUE if the input is likely gzipped
Other COMPRESSED: is_bzip2
,
is_tgz
, is_zip
,
pack_directory
,
test_compressed
, un_bzip2
,
un_gz
, un_tgz
,
un_zip
, unpack_archive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.