un_zip | R Documentation |
Unzipping a file can be a bit tricky if the file was zipped on a Mac OSX which may include MACOSX/ and DS_STORE stuff we don't usually want. This function tries to clean up the output.
un_zip(filename, extra = "-x *MACOSX*/* *DS_Store*")
filename |
the fully qualified name of the file to unzip |
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_gz
, un_tgz
,
unpack_archive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.