Skip to content

Commit 4416e14

Browse files
authored
Merge pull request #140 from EDS-240-Data-Viz/annie_week5
Update data read in file on choropleth key
2 parents 30026f8 + 9732559 commit 4416e14

3 files changed

Lines changed: 380 additions & 395 deletions

File tree

course-materials/keys/KEY-choropleth.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ county_geo <- tigris::counties(class = "sf", cb = TRUE) |> # cb = TRUE to use ca
3737
sf::st_transform("ESRI:102003")
3838
3939
#....................import precipitation data...................
40-
precip_data <- read_csv(here::here("week5", "data", "NCEI-county-jan20-dec24-precip.csv"),
40+
precip_data <- read_csv(here::here("week5", "data", "county-nov20-oct25-precip.csv"),
4141
skip = 4)
4242
4343
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)