unpack_folder
From officer v0.3.2
by David Gohel
Extract files from a zip file
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.
Community examples
Looks like there are no examples yet.