zip_pithy: Compress files into a 'zip' archive (without folder...

Description Usage Arguments Value

Description

zip_pithy creates a new zip archive file without the target file(s)' folder directory.

Usage

1
zip_pithy(zipfile, files, recurse = TRUE, compression_level = 9)

Arguments

zipfile

The zip file to create. If the file exists, zip overwrites it, but zip_append appends to it.

files

List of file to add to the archive. Absolute path names will be added as absolute path names, relative path names stay relative in the archive.

recurse

logical, Whether to add the contents of directories recursively.

compression_level

A number between 1 and 9. 9 compresses best, but it also takes the longest.

Value

The name of the created zip file, invisibly.


tiernanmartin/miscgis documentation built on May 31, 2019, 1:19 p.m.