unzip_single {jwutil} | R Documentation |
take a single file from zip located at a given URL, unzip into temporary
directory, and copy to the given save_path
unzip_single(url, file_name, save_path)
url |
URL of a zip file |
file_name |
file name of the resource within the zip file |
save_path |
file path to save the first file from the zip |