Skip to content

Commit

Permalink
vignette v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baarthur committed Oct 23, 2023
1 parent d9d9026 commit e77a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/spatialops.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Now, we'll use our `get_osm_rail()` wrapper to get all rail things from OSM alre
shp_bairr %>%
st_bbox() %>%
get_osm_rail(use = "points") %>%
saveRDS("data/shp_metro.RDS")
saveRDS("data/shp_metro.RDS", version = 2)
```

```{r metrofor-scaffoldings2, include=FALSE}
Expand Down

0 comments on commit e77a6bf

Please sign in to comment.