Skip to content

Commit

Permalink
Sync PCOR_public staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent 3f1a23a commit b1516bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/04-01-link-to-census.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Now that the geocoded addresses and Census tracts are in the same CRS, we can li

```{r eval = FALSE}
# link geocoded addresses to the Census tracts that contain them
geo_addresses_linkage_sf <- sf::st_join(geo_addresses_sf,
geo_addresses_linkage_sf <- sf::st_join(geo_addresses_crs_sf,
nc_tracts_2010_sf,
left = TRUE)
Expand Down Expand Up @@ -393,7 +393,7 @@ sdoh_tracts_2010_tbl <- readxl::read_xlsx("sdoh_2010_tract_1_0.xlsx",
sheet = "Data")
# view the table
head(sdoh_tracts_2010)
head(sdoh_tracts_2010_tbl)
```

```{r eval = FALSE}
Expand Down

0 comments on commit b1516bf

Please sign in to comment.