
Generate ES data with viral detection columns
generate_es_data_long.RdThe function importantly adds the ed.detect, all_dets, and year columns to the
environmental surveillance data.
Details
This function will is now part of the clean_es_data().
Examples
if (FALSE) { # \dontrun{
raw.data <- get_all_polio_data(attach.spatial.data = FALSE)
ctry.data <- extract_country_data("algeria", raw.data)
ctry.data$es <- clean_es_data(ctry.data$es, ctry.data$dist)
es.data.long <- generate_es_data_long(ctry.data$es)
} # }