check_applicability_technology.RdEnsures that all technologies included in the project belong to the list of measures covered by AMS-II.C.
check_applicability_technology(
technology,
allowed_technologies = c(
"efficient_lighting",
"efficient_motors",
"hvac_optimization",
"refrigeration_efficiency",
"variable_speed_drives",
"compressed_air_improvement"
)
)Logical indicating whether every technology is permitted.