|
ImportFinalDemand <- model$ImportMatrix[, which(colnames(model$ImportMatrix) %in% model$FinalDemandMeta$Code_Loc)] |
This will not work for aggregated or disaggregated models as its using an original data source objects in ImportMatrix that has not been updated to the model commodity schema
related to #25
useeior/R/DemandFunctions.R
Line 104 in 90f4d7a
This will not work for aggregated or disaggregated models as its using an original data source objects in ImportMatrix that has not been updated to the model commodity schema
related to #25