Skip to content

Commit

Permalink
Remove unused function (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaFu committed Jun 16, 2023
1 parent d263e0c commit a2ff22e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions R/create_interactive_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -622,24 +622,6 @@ create_interactive_report <-
}



green_brown <-
function(Tech,
GreenTechs = c("RenewablesCap", "HydroCap", "NuclearCap", "Hybrid", "Electric", "FuelCell", "Hybrid_HDV", "Electric_HDV", "FuelCell_HDV", "Ac-Electric Arc Furnace", "Dc-Electric Arc Furnace")
) {
if (length(Tech) == 0) { return(character(0)) }
stopifnot(length(Tech) == 1L)

if (Tech %in% GreenTechs) {
TechIs <- "green"
} else {
TechIs <- "brown"
}

return(TechIs)
}


select_exec_summary_template <-
function(
project_report_name = NULL,
Expand Down

0 comments on commit a2ff22e

Please sign in to comment.