| un_gz | R Documentation |
Unpack a gzipped archive.
un_gz(filename, out = NA, extra = "-d")
filename |
the fully qualified name of the file to unpack |
out |
the name of the outfile to create, if NA then it is whatever gets unpacked.
If you specify |
extra |
extra arguments for the system's |
a character vector of the uncompressed filenames including relative paths
Other COMPRESSED: is_bzip2,
is_gzip, is_tgz,
is_zip, pack_directory,
test_compressed, un_bzip2,
un_tgz, un_zip,
unpack_archive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.