Skip to contents

A string vector containing names of products classified by the IEA as renewables.

Usage

renewable_products

Format

A string vector with 7 entries.

geothermal

The string identifier for Geothermal.

hydro

The string identifier for Hydro.

solar_photovoltaics

The string identifier for Solar photovoltaics.

solar_thermal

The string identifier for Solar thermal.

tide_wave_and_ocean

The string identifier for Tide, wave and ocean.

wind

The string identifier for Wind.

other_sources

The string identifier for Other sources.

Examples

renewable_products
#> $geothermal
#> [1] "Geothermal"
#> 
#> $hydro
#> [1] "Hydro"
#> 
#> $solar_photovoltaics
#> [1] "Solar photovoltaics"
#> 
#> $solar_thermal
#> [1] "Solar thermal"
#> 
#> $tide_wave_and_ocean
#> [1] "Tide, wave and ocean"
#> 
#> $wind
#> [1] "Wind"
#> 
#> $other_sources
#> [1] "Other sources"
#>