appliedbinf/covid19-event-risk-planner

Czechia data update

Closed this issue · 1 comments

Note that the structure of the data resource for Czechia has changed (I think) this week. The file now includes a new column for id as the first column in the dataset. Could amend:

names(czechData) <- c('Date','Code','District','Confirmed','Cure','Death')

as

names(czechData) <- c('id','Date','code','District','Confirmed','Cure','Death')

ar0ch commented

Solved in #60 #59