Skip to content

Instantly share code, notes, and snippets.

@szechno
Created February 27, 2026 16:11
Show Gist options
  • Select an option

  • Save szechno/aca36a87f3749deeb8822320a364341c to your computer and use it in GitHub Desktop.

Select an option

Save szechno/aca36a87f3749deeb8822320a364341c to your computer and use it in GitHub Desktop.
as_the_crow_flies <- function(i){
st_distance(all_pupils_sf[i,],
all_schools_sf[
all_schools_sf$nativeid == all_pupils_sf[i,]$nativeid, ],
by_element = TRUE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment