Confirms that the generating technology is among the renewable sources covered by ACM0002.

check_applicability_renewable_technology(technology, allowed = c("wind", "solar", "hydro", "geothermal", "biomass"))

Arguments

technology

Character string describing the primary energy source.

allowed

Character vector of admissible technologies.

Value

Logical indicating whether the technology is eligible under ACM0002.

Examples

check_applicability_renewable_technology("wind")
#> [1] TRUE
check_applicability_renewable_technology("coal")
#> [1] FALSE