Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Nov 13, 2023
1 parent 737d941 commit 60f31b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/emissions_profile_any_at_product_level.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ epa_check <- function(x) {

crucial <- c(aka("id"))
walk(crucial, ~ check_matches_name(x$companies, .x))

crucial <- c(aka("co2footprint"), aka("tsector"), aka("isic"), aka("xunit"))
walk(crucial, ~ check_matches_name(x$co2, .x))

Expand Down

0 comments on commit 60f31b2

Please sign in to comment.