# NOT RUN {
# All entities
# }
# NOT RUN {
sf_locations <- get_geo_entity("Q62")
# }
# NOT RUN {
# Entities with French, rather than English, names
# }
# NOT RUN {
sf_locations <- get_geo_entity("Q62", language = "fr")
# }
# NOT RUN {
# Entities within 1km
# }
# NOT RUN {
sf_close_locations <- get_geo_entity("Q62", radius = 1)
# }
# NOT RUN {
# Multiple entities
# }
# NOT RUN {
multi_entity <- get_geo_entity(entity = c("Q62", "Q64"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab