ls_fetch_esp: Spain's Third Naitonal Forest Inventory data

Description Usage Arguments Details Value Command line tool required References Examples

View source: R/ls_fetch_esp.R

Description

Note: command line tool mdbtools required to use this function

Usage

1
ls_fetch_esp(location, ...)

Arguments

location

(character) location name, must be length 1. see details. you can pass in names with accepts or capitalized; we'll standardize to lowercase and remove accents.

...

curl options passed on to crul::verb-GET

Details

Location name must be one of:

Value

a list of tibbles

Command line tool required

mdbtools is required to run this function. installation for most systems:

References

https://www.miteco.gob.es/fr/biodiversidad/servicios/banco-datos-naturaleza/informacion-disponible/ifn3_base_datos_1_25.aspx

Examples

1
2
3
4
5
6
7
## Not run: 
res = ls_fetch_esp(location = "alava")
res
ls_fetch_esp(location = "Álava")
ls_fetch_esp(location = "girona")

## End(Not run)

ropenscilabs/laselva documentation built on April 11, 2021, 10:45 a.m.