checkZips: Checks the avialability and validity of ZIP's

View source: R/helpers.R

checkZipsR Documentation

Checks the avialability and validity of ZIP's

Description

This function uses system calls of unzip -t to check the validity of zip archives

Usage

checkZips(x)

Arguments

x

character, vector with full path/filename.zip.

Value

logical vector with TRUE if a zip archive exists & is not corrupt according to unzip -t call.

Author(s)

Matteo Mattiuzzi


MatMatt/clmsapi documentation built on Feb. 4, 2023, 9:08 a.m.