Skip to content

Commit

Permalink
do not export aggregateResultMatrixbyRow()
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Aug 6, 2024
1 parent a7ae434 commit e92d242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/CalculationFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e92d242

Please sign in to comment.