Description Usage Arguments Author(s) Examples
Set or download the N2000 database in csv format to a given folder
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"
)
|
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. |
Martin Jung
Matt Lewis
1 2 3 4 | ## Not run:
n2000_getCSV(folder = 'myfolder', year = "2019")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.