Download the especified inventory
download_inventory.Rd
Download and unzip the inventory data files at the desired destination
Usage
download_inventory(
inventory = c("FIA", "FFI", "IFN"),
destination = ".",
states = NULL,
.verbose = TRUE
)
Details
This function tries to download the available files for the especified inventory from the official repositories of the inventory. It can fail as can be connection problems or files missing temporary (This usually happens for the version 4 of the IFN)
Examples
# \donttest{
if (FALSE) { # \dontrun{
library(forestables)
download_inventory(ffi, destination = tempdir())
} # }
# }