Closed emmamendelsohn closed 5 years ago
In the diseases_present_detail table, there are some cases where the disease field is populated by the names of the column headers. See for example:
disease
diseases_present_detail %>% filter(country == "Afghanistan", report_year == "2006", report_months == "Jan-Dec")
In the diseases_present_detail table, there are some cases where the
disease
field is populated by the names of the column headers. See for example:diseases_present_detail %>% filter(country == "Afghanistan", report_year == "2006", report_months == "Jan-Dec")