test_compressed | R Documentation |
Test if a given file is compressed by zip or tgz, gzip.
test_compressed(filename)
filename |
the fully qualified name of the file to test |
a character vector of 'zip', 'gzip' or "tgz", "bzip2", "unknown"
Other COMPRESSED: is_bzip2
,
is_gzip
, is_tgz
,
is_zip
, pack_directory
,
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.