R4EPI / epidict

Epidemiology data dictionaries and random data generators
https://r4epi.github.io/epidict/
GNU General Public License v3.0
3 stars 1 forks source link

gen_data for measles order #12

Closed aspina7 closed 2 years ago

aspina7 commented 4 years ago

pat posted in https://github.com/R4EPI/sitrep/issues/223

Very minor but the generated dataset is in an unusual order ( just not what you'd expect ) sitrep/inst/rmarkdown/templates/measles_outbreak/skeleton/skeleton.Rmd

Line 140 in 9b44e40

linelist_raw <- gen_data("Measles")

Alex: yeah unsure when this happened but need to look in to.

aspina7 commented 2 years ago

this is because the xlsx dictionaries we were sent were organised like this, I just need to sort in excel by data element name and then hopefully all this egen_001 thing will get it in at least close to the right order... if not then wont fit within this contract. @pbkeating fyi

pbkeating commented 2 years ago

OK, no worries.. very minor

aspina7 commented 2 years ago

sorted!