check_applicability_renewable_technology.RdConfirms that the generating technology is among the renewable sources covered by ACM0002.
check_applicability_renewable_technology(technology, allowed = c("wind", "solar", "hydro", "geothermal", "biomass"))Logical indicating whether the technology is eligible under ACM0002.
check_applicability_renewable_technology("wind")
#> [1] TRUE
check_applicability_renewable_technology("coal")
#> [1] FALSE