Learn R Programming

r2dii.data (version 0.2.0)

green_or_brown: Determine if a technology is green or brown

Description

This dataset provides a simple lookup table to determine if a technology is meant to increase (green) or decrease (brown) to align with a future global warming of less than 2 degrees.

Usage

green_or_brown

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 20 rows and 3 columns.

Definitions

  • green_or_brown (character): If the technology is green (increasing) or brown (decreasing), as defined by the Paris-aligned IEA scenarios.

  • sector (character): The sector to which the technology belongs.

  • technology (character): The technology sub-category within the sector.

See Also

data_dictionary

Examples

Run this code
# NOT RUN {
head(green_or_brown)
# }

Run the code above in your browser using DataLab