# NOT RUN {
## search for a specific restaurant, Maha, in Melbourne, firstly using google_places()
res <- google_places(search_string = "Maha Restaurant, Melbourne, Australia",
radius = 1000,
key = key)
## request more details about the restaurant using google_place_details()
google_place_details(place_id = res$results$place_id, key = key)
# }
Run the code above in your browser using DataLab