Skip to content

Commit

Permalink
add writeFIle to writeAlloacationsToCSV() function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendries committed Nov 4, 2024
1 parent 537c54c commit c3a364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SummarytoDetail.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ disaggregateSummaryModel <- function (modelname = "USEEIOv2.0", detailModel = NU
outputDF$originalSector <- sectorToDisaggregate # Needed for the case where we want to combine multiple allocations later.

#Write DFs to correct folder
writeAllocationsToCSV(outputDF, disaggParams, writePath)
writeAllocationsToCSV(outputDF, disaggParams, writePath, writeFile)
return(outputDF)
}

Expand Down

0 comments on commit c3a364f

Please sign in to comment.