CDCgov / cfa-epinow2-pipeline

https://cdcgov.github.io/cfa-epinow2-pipeline/
Apache License 2.0
10 stars 2 forks source link

All lowercase for disease names #45

Open athowes opened 10 hours ago

athowes commented 10 hours ago

I'd prefer if we moved to having all lowercase names for the diseases i.e.

disease = c("covid-19", "influenza")

rather than

disease = c("COVID-19", "Influenza")

I mostly think this is neater and support most code / file paths being lowercase as style.

athowes commented 10 hours ago

Likewise I'd prefer lowercase for format (i.e. "pmf" over "PMF") etc.