Skip to content

Commit

Permalink
package update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimishr committed Mar 29, 2024
1 parent 6248531 commit 444a306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/readProduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ readProduction <- function(source_folder = NULL) {

production <- droplevels(production[production$element %in% elements, ])

# Rice fix for IMPACT
production$value[production$item == "Rice"] <-
production$value[production$item == "Rice"] * 0.66

# Return data
return(production)
}

0 comments on commit 444a306

Please sign in to comment.