Skip to content

Commit ca1b324

Browse files
committed
Select file. Re #93
1 parent 31582b2 commit ca1b324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/co2_data_extraction/extract_co2_datasets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library(tidyverse)
22
library(tibble)
33

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

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

0 commit comments

Comments
 (0)