extractCHIRPS: Extract compressed CHIRPS files

Description Usage Arguments Value Author(s)

View source: R/extractCHIRPS.R

Description

This wrapper function around gunzip extracts the contents of a single or multiple CHIRPS *.gz files to a specified destination folder.

Usage

1
extractCHIRPS(x, dsn, cores = 1L, ...)

Arguments

x

'character'. Input filename(s).

dsn

'character'. The destination folder for file extraction.

cores

'integer'. The number of cores used for parallel processing.

...

Further arguments passed to gunzip, e.g. 'skip', 'overwrite' and 'remove'.

Value

A 'character' vector of filenames.

Author(s)

Florian Detsch


environmentalinformatics-marburg/chirps documentation built on Aug. 26, 2020, 1:18 a.m.