From 432f48076b8497f700ce967b7c7e747cb246b295 Mon Sep 17 00:00:00 2001 From: johannah-pik <89136160+johannah-pik@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:01:07 +0200 Subject: [PATCH] Update toolAdjustCAPEXtrackedFleet.R --- R/toolAdjustCAPEXtrackedFleet.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/toolAdjustCAPEXtrackedFleet.R b/R/toolAdjustCAPEXtrackedFleet.R index 627f2ab..a4d9880 100644 --- a/R/toolAdjustCAPEXtrackedFleet.R +++ b/R/toolAdjustCAPEXtrackedFleet.R @@ -17,7 +17,7 @@ toolAdjustCAPEXtrackedFleet <- function(dt, ISOcountries, yrs, completeData, GDP variable <- value <- region <- regionCode12 <- period <- technology <- univocalName <- markup <- univocalName <- unit <- check <- gdppc <- . <- NULL - browser() + # 1: LDV 4 Wheeler adjustments # 1a: Delete Capital costs other, as it is unclear what it represents dt <- dt[!(univocalName %in% filter$trn_pass_road_LDV_4W & variable == "Capital costs (other)")]