fd_inventory_spain {forestdata} | R Documentation |
Download the tables and SIG data from the Spanish Forest Inventory
fd_inventory_spain(
province,
ifn = 4,
database = "field",
path_metadata = NULL,
quiet = TRUE
)
province |
A character string of length 1 with the name of a Spanish province |
ifn |
Number of Spanish Forest Inventory (from 2 to 4) |
database |
The name of the database (either 'field' or 'gis') |
path_metadata |
A character string of length 1 with the path to store the
metadata of the selected database. The default |
quiet |
If |
The IFN2 doesn't have 'gis' data for Asturias, Cantabria and Navarra.
A list
with the tables
[metadata_forestdata] for a list of possible species
# Download MFE50 for the province of Lugo
lugo_ifn4_lst <- fd_inventory_spain("Lugo")
lugo_ifn3_gis_lst <- fd_inventory_spain("Lugo", ifn = 3, database = "gis")