Validates that the primary fuel used by the project activity is an eligible biomass resource under ACM0006, which covers dedicated energy crops and a wide range of agricultural and forestry residues.

check_applicability_biomass_feedstock(feedstock, allowed = c("agricultural residues",
  "forest residues", "wood chips", "energy crops", "biogas", "sewage sludge"))

Arguments

feedstock

Character string describing the dominant biomass resource (e.g. "agricultural residues", "wood chips", "energy crops").

allowed

Vector of admissible feedstock categories. Defaults to the common ACM0006 resources.

Value

Logical indicating whether the feedstock is acceptable.

Examples

check_applicability_biomass_feedstock("agricultural residues")
#> [1] TRUE
check_applicability_biomass_feedstock("coal")
#> [1] FALSE