Learn R Programming

officer (version 0.1.2)

pack_folder: compress a folder

Description

compress a folder to a target file. The function returns the complete path to target file.

Usage

pack_folder(folder, target)

Arguments

folder
folder to compress
target
path of the archive to create

Details

The function is using zip, it needs a zip program.