check_applicability_biomass_feedstock.RdValidates 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"))Logical indicating whether the feedstock is acceptable.
check_applicability_biomass_feedstock("agricultural residues")
#> [1] TRUE
check_applicability_biomass_feedstock("coal")
#> [1] FALSE