extract_worldclim2: Extract WorldClim 2.0 data

View source: R/extract_worldclim2.R

extract_worldclim2R Documentation

Extract WorldClim 2.0 data

Description

Extract WorldClim 2.0 data

Usage

extract_worldclim2(path_2_zip, outdir)

Arguments

path_2_zip

Character. Path to .zip archive downloaded by download_worldclim2().

outdir

Character. File path to which contained files should be extracted. Will be created (recursively) if necessary.

Value

Raster data are extracted to outdir and NULL is returned invisibly.

See Also

download_worldclim2()

Examples

## Not run: 
download_worldclim2('bioclim_10m.zip', 'bio', '10m')
extract_worldclim2('bioclim_10m.zip', outdir='bioclim')

## End(Not run)

jscamac/edmaps documentation built on June 11, 2022, 1:26 a.m.