From ee7f08d3e366ce12d5295889cb7a6d020eb47fda Mon Sep 17 00:00:00 2001 From: WesIngwersen Date: Tue, 6 Aug 2024 14:53:14 -0400 Subject: [PATCH] do not export calculateHouseholdEmissions --- R/CalculationFunctions.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/CalculationFunctions.R b/R/CalculationFunctions.R index 4ecab8cd..4a182d1a 100644 --- a/R/CalculationFunctions.R +++ b/R/CalculationFunctions.R @@ -515,7 +515,6 @@ calculateMarginSectorImpacts <- function(model) { #' @param location, str optional location code for demand vector, required for two-region models #' @param characterized, bool, TRUE to characterize using C matrix, FALSE to show LCI #' @return A result vector with rows for final demand sector(s) -#' @export calculateHouseholdEmissions <- function(model, f, location, characterized=FALSE) { if(!"B_h" %in% names(model)) { logging::logwarn("Household emissions not found in this model")