Skip to content

Commit

Permalink
fix(app): #43 Change csv reading function
Browse files Browse the repository at this point in the history
Closes: #43
  • Loading branch information
AlexAxthelm committed Apr 17, 2024
1 parent c786327 commit 7d03c9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions process_scenario_weo_2022.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ weo_2022_sales_aps_auto_raw <-
)

weo_2022_electric_sales_aps_auto_raw <-
readr::read_csv(
read.table(
file = weo_2022_electric_sales_aps_auto_raw_full_filename,
show_col_types = FALSE
header = TRUE,
sep = ",",
fill = TRUE
)

logger::log_info("WEO 2022: Processing WEO 2022 data.")
Expand Down

0 comments on commit 7d03c9f

Please sign in to comment.