Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

unzipZipfileParallel

Unzip a zip file either at just the top level or recursively through the file


Description

Unzip a zip file either at just the top level or recursively through the file

Usage

unzipZipfileParallel(
  zippath,
  outpath = substr(zippath, 1, nchar(zippath) - 4),
  level = "all",
  nCores = 1
)

Arguments

zippath

The filepath of the input file

outpath

The name of the folder to save unpacked files to

level

Whether the unzipping should occur only for the 'top' zip file, or unzip 'all' recursively, or only files 'in' the folder specified

nCores

Number of cores to use for parallelization

Author(s)

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007


neonUtilities

Utilities for Working with NEON Data

v2.0.1
AGPL-3
Authors
Claire Lunch [aut, cre, ctb], Christine Laney [aut, ctb], Nathan Mietkiewicz [aut, ctb], Eric Sokol [aut, ctb], Kaelin Cawley [aut, ctb], NEON (National Ecological Observatory Network) [aut]
Initial release
2021-03-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.