unzip_and_remove {mapme.biodiversity}R Documentation

Helper to unzip and remove zip/gzip files

Description

Use this function to unzip a zip/gzip file and remove the original archive, if required.

Usage

unzip_and_remove(zip = NULL, dir = tempdir(), remove = TRUE)

Arguments

zip

zip file to unzip

dir

A directory where the extracted files are written to.

remove

if TRUE, removes the zip else keeps it


[Package mapme.biodiversity version 0.6.0 Index]