Read-in an FRA (forest resource assessment) dataset from 2020.
Arguments
- subtype
data subtype. Available subtypes: forest_area, deforestation, growing_stock, biomass_stock,
carbon_stock, management, disturbance, forest_fire
Value
Magpie object of the FRA 2020 data
Examples
if (FALSE) { # \dontrun{
a <- readSource("FRA2020", "growing_stock")
} # }