Skip to contents

Unzips .zip folders and saves locally. Internal, i.e., for processing of Spectrolyzer data. [Experimental]

Usage

unzip_local(zip_directory, new_dir = NULL)

Arguments

zip_directory

zip-folder that is to be extracted, i.e.: ./somepath/folder/data.zip

new

Target folder. Default is NULL. If NULL, unzipped folder is written in the same place as the zip folder, with the same name as the zip folder,i.e.: ./somepath/folder/data If not NULL, unzipped folder data is written in new. IF new does not exist, it is created.