Skip to content

Commit

Permalink
Remove comment referencing now-unused covidcast::county_census
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Oct 4, 2024
1 parent 44dc1b9 commit 635ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/aggregation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library(epidatr)
library(epiprocess)
library(dplyr)
# Use covidcast::county_census to get the county and state names
# Get mapping between FIPS codes and county&state names:
y <- readr::read_csv("https://github.com/cmu-delphi/covidcast/raw/c89e4d295550ba1540d64d2cc991badf63ad04e5/Python-packages/covidcast-py/covidcast/geo_mappings/county_census.csv") %>% # nolint: line_length_linter
filter(STNAME %in% c("Massachusetts", "Vermont"), STNAME != CTYNAME) %>%
select(geo_value = FIPS, county_name = CTYNAME, state_name = STNAME)
Expand Down

0 comments on commit 635ff4d

Please sign in to comment.