Skip to content

Commit

Permalink
add note about NAICS year label
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 6, 2024
1 parent f4abfd2 commit 132feec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/SummarytoDetail.R
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@ createSectorsCSV <- function (disaggParams){
colnames(descriptionsDF) <- colnames(disaggParams$detailModel$Commodities[commodityIndex, 2:5])
colnames(descriptionsDF)[1] <- c("USEEIO_Name")
colnames(outputDF) <- c("NAICS_2012_Code","USEEIO_Code")
# ^^ TODO: if running a 2017 model this label won't be accurate (but ultimately needs
# to align with the model where it will be used, e.g. a state 2r model, so keep for now).

outputDF <- cbind(outputDF, descriptionsDF)


Expand Down

0 comments on commit 132feec

Please sign in to comment.