From 7855aa56dea187f5d87c3ff3cd38adbdc27baf34 Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Sun, 2 Jun 2024 01:08:56 +0200 Subject: [PATCH] =?UTF-8?q?Use=20unicode=20escape=20for=20"CO=E2=82=82"=20?= =?UTF-8?q?in=20prep=5Femissions=5Ftrajectory.R?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - closes #69 --- R/prep_emissions_trajectory.R | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/R/prep_emissions_trajectory.R b/R/prep_emissions_trajectory.R index 338e74a..2c34d6e 100644 --- a/R/prep_emissions_trajectory.R +++ b/R/prep_emissions_trajectory.R @@ -11,13 +11,13 @@ prep_emissions_trajectory <- ) { emissions_units <- c( - Automotive = "tons of CO2 per km per cars produced", - Aviation = "tons of CO2 per passenger km per active planes", - Cement = "tons of CO2 per tons of cement", - Coal = "tons of CO2 per tons of coal", - `Oil&Gas` = "tons of CO2 per GJ", - Power = "tons of CO2 per MWh", - Steel = "tons of CO2 per tons of steel" + Automotive = "tons of CO\U00002082 per km per cars produced", + Aviation = "tons of CO\U00002082 per passenger km per active planes", + Cement = "tons of CO\U00002082 per tons of cement", + Coal = "tons of CO\U00002082 per tons of coal", + `Oil&Gas` = "tons of CO\U00002082 per GJ", + Power = "tons of CO\U00002082 per MWh", + Steel = "tons of CO\U00002082 per tons of steel" ) list(`Listed Equity` = equity_results_portfolio,