dir.create("data", showWarnings = FALSE)
f <- "data/epa_pm25_la_county_2025.csv"
if (!file.exists(f)) {
download.file(paste0("https://arielortizbobea.github.io/aem6850/",
"fall-2026/sessions/", f), f)
}
file.exists(f)#> [1] TRUE



