n2000_getCSV: Set or download the N2000 database in csv format to a given...

Description Usage Arguments Author(s) Examples

View source: R/n2000_get.R

Description

Set or download the N2000 database in csv format to a given folder

Usage

1
2
3
4
5
6
7
n2000_getCSV(
  folder,
  year = "2019",
  force = FALSE,
 
    nlink = "https://www.eea.europa.eu/data-and-maps/data/natura-11/natura-2000-tabular-data-12-tables/natura-2000-comma-separated-values-files/at_download/file"
)

Arguments

folder

A ['character'] directory path to download the Natura 2000 data set to. Automatic checks to see if the data already exist in the folder (can be overridden by specifying 'force = T').

year

(optional). The ['character'] year version of the Natura 2000 data set to check if it already exists. Defaults to the most recently available version (2019).

force

(optional). ['logical'] should a new download be forced even if data already exists in the directory? Defaults to 'FALSE'.

nlink

(normally not altered). The ['character'] direct download link for Natura 2000.

Author(s)

Martin Jung

Matt Lewis

Examples

1
2
3
4
## Not run: 
n2000_getCSV(folder = 'myfolder', year = "2019")

## End(Not run)

iiasa/rN2000 documentation built on Dec. 20, 2021, 6:55 p.m.