From 19025873b8bb69dd978f3debed1b3ebd26105b5e Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Mon, 25 Mar 2024 17:26:10 +0100 Subject: [PATCH] add percent_change to missing val exception --- R/summarize_weighted_production.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/summarize_weighted_production.R b/R/summarize_weighted_production.R index c8c476ff..fab668f2 100644 --- a/R/summarize_weighted_production.R +++ b/R/summarize_weighted_production.R @@ -194,7 +194,8 @@ calculate_weighted_loan_metric <- function(data, metric) { "production", "production_target", "technology_share", - "technology_share_target" + "technology_share_target", + "percent_change" ) if (metric %in% allowed_missing_vals) {