View source: R/extract_worldclim2.R
extract_worldclim2 | R Documentation |
Extract WorldClim 2.0 data
extract_worldclim2(path_2_zip, outdir)
path_2_zip |
Character. Path to .zip archive downloaded by
|
outdir |
Character. File path to which contained files should be extracted. Will be created (recursively) if necessary. |
Raster data are extracted to outdir
and NULL
is
returned invisibly.
download_worldclim2()
## Not run: download_worldclim2('bioclim_10m.zip', 'bio', '10m') extract_worldclim2('bioclim_10m.zip', outdir='bioclim') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.