Biofuel and waste products
biofuels_and_waste_products.Rd
A string vector containing names of products classified by the IEA as biofuel and waste products.
Format
A string vector with 11 entries.
- industrial_waste
The string identifier for Industrial waste products.
- municipal_waste_renewable
The string identifier for renewable municipal waste products.
- municipal_waste_nonrenewable
The string identifier for non-renewable municipal waste products.
- primary_solid_biofuels
The string identifier for Primary solid biofuels.
- biogases
The string identifier for Biogases.
- biogasoline
The string identifier for Biogasoline.
- biodiesels
The string identifier for Biodiesels.
- bio_jet_kerosene
The string identifier for Bio jet kerosene.
- other_liquid_biofuels
The string identifier for Other liquid biofuels.
- non_specified_primary_biofuels_and_waste
The string identifier for Non-specified primary biofuels and waste.
- charcoal
The string identifier for Charcoal.
Examples
biofuels_and_waste_products
#> $industrial_waste
#> [1] "Industrial waste"
#>
#> $municipal_waste_renewable
#> [1] "Municipal waste (renewable)"
#>
#> $municipal_waste_nonrenewable
#> [1] "Municipal waste (non-renewable)"
#>
#> $primary_solid_biofuels
#> [1] "Primary solid biofuels"
#>
#> $biogases
#> [1] "Biogases"
#>
#> $biogasoline
#> [1] "Biogasoline"
#>
#> $biodiesels
#> [1] "Biodiesels"
#>
#> $bio_jet_kerosene
#> [1] "Bio jet kerosene"
#>
#> $other_liquid_biofuels
#> [1] "Other liquid biofuels"
#>
#> $non_specified_primary_biofuels_and_waste
#> [1] "Non-specified primary biofuels and waste"
#>
#> $charcoal
#> [1] "Charcoal"
#>