TheRensselaerIDEA / COVID-Notebooks

R Notebooks version of the COVIDMinder App
3 stars 11 forks source link

Changes to data files has broken some data loading #38

Open Darokrithia opened 4 years ago

Darokrithia commented 4 years ago

Line 14 covid_NY_counties.deaths <- read_csv("data/csv/time_series/covid_NY_counties.deaths.manual.csv") %>% select(county, deaths) from https://github.com/TheRensselaerIDEA/COVID-Notebooks/blob/master/modules/data_load.R seems to have been broken