officer (version 0.1.3)

unpack_folder: Extract files from a zip file

Description

Extract files from a zip file to a folder. The function returns the complete path to destination folder.

Usage

unpack_folder(file, folder)

Arguments

file

path of the archive to unzip

folder

folder to create

Details

The function is using unzip, it needs an unzip program.