Skip to content

Commit

Permalink
Merge branch 'linkstateior' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLi7 authored Mar 24, 2021
2 parents 6ac2a51 + edfde53 commit 26b7cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/LoadIOTables.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ loadIOData <- function(model) {
if(!is.null(model$specs$DisaggregationSpecs)){
model <- disaggregateModel(model)
}

return(model)
}

Expand Down Expand Up @@ -138,7 +138,7 @@ loadBEAtables <- function(specs) {
BEA$TransportationCodes <- getVectorOfCodes(specs$BaseIOSchema, specs$BaseIOLevel, "Distribution")
BEA$WholesaleCodes <- getVectorOfCodes(specs$BaseIOSchema, specs$BaseIOLevel, "Wholesale")
BEA$RetailCodes <- getVectorOfCodes(specs$BaseIOSchema, specs$BaseIOLevel, "Retail")

# Load pre-saved Make and Use tables
Redef <- ifelse(specs$BasewithRedefinitions, "AfterRedef", "BeforeRedef")
BEA$Make <- get(paste(specs$BaseIOLevel, "Make", specs$IOYear, Redef, sep = "_"))
Expand Down

0 comments on commit 26b7cda

Please sign in to comment.