# NOT RUN {
# Notre Dame Cathedral, Paris
NotreDame <- geo_address_lookup_sf(
  osm_ids = c(201611261),
  type = c("W")
)
library(ggplot2)
ggplot(NotreDame) +
  geom_sf()
NotreDame_poly <- geo_address_lookup_sf(
  osm_ids = c(201611261),
  type = c("W"),
  points_only = FALSE
)
ggplot(NotreDame_poly) +
  geom_sf()
# }
Run the code above in your browser using DataLab