mrc-ide / epireview

https://mrc-ide.github.io/epireview/
GNU General Public License v3.0
25 stars 2 forks source link

epireview direct load creating extra rows? #45

Closed sangeetabhatia03 closed 2 months ago

sangeetabhatia03 commented 4 months ago
parameters <- read_csv("../epireview/inst/extdata/lassa_parameters.csv")
tmp <- epireview::load_epidata("lassa")[["params"]]

tmp has 374 rows whereas parameters has 371. tmp also has more columns but that's expected.

sangeetabhatia03 commented 3 months ago

@annecori lassa parameters on epireview has 374 rows rather than 371. I have checked with Lassa and ebola data sets and the number of rows retrieved through load_epidata is the same as when the files are read in directly. Can you please check again, and are you happy for me to close the issue?

sangeetabhatia03 commented 2 months ago

@cm401 @annecori Bringing this to your attention. Would be useful if you can check that this is an issue.