Renewable energy industries names
renewable_industries.Rd
A string list containing the names of renewable industries added with the specify_renewable_plants()
function.
Format
A string list with 6 entries.
- geothermal_plants
The string name of geothermal plants.
- hydro_plants
The string name of hydropower plants.
- solar_pv_plants
The string name of solar photovoltaics plants.
- solar_th_plants
The string name of solar thermal plants.
- oceanic_plants
The string name of oceanic power plants.
- wind_power_plants
The string name of wind power plants.
Examples
renewable_industries
#> $geothermal_plants
#> [1] "Geothermal plants"
#>
#> $hydro_plants
#> [1] "Hydropower plants"
#>
#> $solar_pv_plants
#> [1] "Solar photovoltaic plants"
#>
#> $solar_th_plants
#> [1] "Solar thermal plants"
#>
#> $oceanic_plants
#> [1] "Oceanic power plants"
#>
#> $wind_power_plants
#> [1] "Wind power plants"
#>