unzip_file: Unzip file

unzip_fileR Documentation

Unzip file

Description

If the specified file has zip signature will unzip it to a tempfile and return the path to the decompressed file. The extension is kept from the file within the archive and only one file inside the archive is allowed.

Usage

unzip_file(file)

Arguments

file

data (required) Data list as loaded with amp_load.

Value

Path to the decompressed file. If not a zip file, returns file without doing anything.


MadsAlbertsen/ampvis2 documentation built on Jan. 28, 2024, 7:12 a.m.