Skip to content

Commit

Permalink
Select file. Re #93
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Apr 27, 2022
1 parent 31582b2 commit ca1b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/co2_data_extraction/extract_co2_datasets.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
library(tidyverse)
library(tibble)

io <- read_rds("results/multi_city/io.rds")
io <- read_rds(file.choose())

cities <- names(io)[!names(io) %in% 'scen_prop']

Expand Down

0 comments on commit ca1b324

Please sign in to comment.