From e92d242fd946e26e7c6754e1f178bde68cb915ab Mon Sep 17 00:00:00 2001 From: WesIngwersen Date: Tue, 6 Aug 2024 14:49:00 -0400 Subject: [PATCH] do not export aggregateResultMatrixbyRow() --- R/CalculationFunctions.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/CalculationFunctions.R b/R/CalculationFunctions.R index b7aa6ee6..4ecab8cd 100644 --- a/R/CalculationFunctions.R +++ b/R/CalculationFunctions.R @@ -415,7 +415,6 @@ calculateFlowContributiontoImpact <- function (model, sector, indicator, domesti #' @param to_level The level of BEA code this matrix will be aggregated to #' @param crosswalk Sector crosswalk between levels of detail #' @return An aggregated matrix with sectors as rows -#' @export aggregateResultMatrixbyRow <- function (matrix, to_level, crosswalk) { # Determine the columns within MasterCrosswalk that will be used in aggregation from_code <- "USEEIO"